Skip to content

Commit

Permalink
new source structure for horst
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfa committed Jul 28, 2014
1 parent b8380f2 commit 132788c
Show file tree
Hide file tree
Showing 49 changed files with 8 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified apps/.DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions apps/horst/priv/config/things.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{filter,
[{<<"erlyThing/erlything@macbook-pro/sample_driver/default">>,
0}]}]},
{activ,false},
{activ,true},
{timer,0},
{description,"MQTT Client"}]},
{thing,"Config_Manager",
Expand All @@ -29,15 +29,15 @@
{ets,false},
{icon,"database.png"},
{driver,{mnesia_driver,handle_msg},[{init,true},{data,[]}]},
{activ,true},
{activ,false},
{timer,0},
{description,"Mnesia database actor"}]},
{thing,"Sample_Sensor",
[{type,sensor},
{ets,true},
{icon,"temp.png"},
{driver,{sample_driver,call_sensor},[{init,true},{data,[]}]},
{activ,false},
{activ,true},
{timer,5000},
{description,"Sample sensor for playing with"}]},
{thing,"Growler_Interface",
Expand All @@ -57,7 +57,7 @@
{file_format,"*.nzb"},
{destination,"/tmp/dest"},
{source,"/tmp/upload"}]}]},
{activ,false},
{activ,true},
{timer,10000},
{description,"Moves an uploaded file to its destination path"}]},
{thing,"Temperatur_Sensor",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"apps/sue"
]}.
{lib_dirs, ["apps", "deps"]}.
{erl_opts,[{parse_transform, lager_transform}, debug_info]}.
{erl_opts,[debug_info,
{parse_transform, lager_transform},
{src_dirs, ["src"]}
]}.

{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
{cover_enabled, true}.
Expand Down

0 comments on commit 132788c

Please sign in to comment.