grizzly v0.8.2 Grizzly.Controller View Source
This module is for Z-Wave controller level operations.
That mostly having to handle network related calls like adding/removing a node, geting nodes' IP, listing nodes, and etc.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Get the connection but set to the given mode
Check to see if the connection is connected to the gateway server.
Link to this section Functions
Link to this function
child_spec(init_arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
conn()
View Source
conn()
View Source
conn() :: Grizzly.Conn.t()
conn() :: Grizzly.Conn.t()
Link to this function
conn(mode)
View Source
conn(mode)
View Source
conn(Grizzly.Conn.Config.mode()) :: Grizzly.Conn.t()
conn(Grizzly.Conn.Config.mode()) :: Grizzly.Conn.t()
Get the connection but set to the given mode
Link to this function
connected?()
View Source
connected?()
View Source
connected?() :: boolean()
connected?() :: boolean()
Check to see if the connection is connected to the gateway server.
Link to this function
start_link(grizzly)
View Source
start_link(grizzly)
View Source
start_link(Grizzly.Conn.Config.t()) :: GenServer.on_start()
start_link(Grizzly.Conn.Config.t()) :: GenServer.on_start()