Behaviours: application.
See also: watts_sup.
start/2 | start the OTP application 'watts'. |
stop/1 | this is called at stop. |
start(Type::any(), Args::any()) -> {ok, pid()} | {error, Reason::term()}
start the OTP application 'watts'.
stop(State::any()) -> ok
this is called at stop.
Generated by EDoc