Module homie.controller
Controller class
Not implemented yet.
Functions
Controller.new ([opts={}]) | Instantiate a new controller. |
Controller:__init () | Initializer, called upon instantiation. |
Functions
- Controller.new ([opts={}])
-
Instantiate a new controller.
Parameters:
- opts table Options table to create the instance from. (default {})
Returns:
-
new controller object.
- Controller:__init ()
- Initializer, called upon instantiation.