Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ulfa/erlything
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfa committed Oct 6, 2014
2 parents eae50c3 + 41d83de commit b5952b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/horst/src/things/config_driver.erl
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
-export([init/1, stop/1, handle_msg/3]).

init(Config) ->
Config.
{ok, Config}.

stop(Config) ->
Config.
{ok, Config}.

handle_msg([Node ,Sensor, Id, Time, Optional, [{action, "copy"}, {thing, Thing}, {target, Target}]] = Msg, Config, Module_config) ->
lager:info("~p got message : ~p", [?MODULE, Msg]),
Expand Down

0 comments on commit b5952b6

Please sign in to comment.