View Source Grizzly.CommandHandler behaviour (grizzly v5.0.0)
Behaviour for how commands should handle incoming Z-Wave messages
Link to this section Summary
Link to this section Types
Link to this section Callbacks
@callback handle_ack(state :: any()) :: handle_response()
@callback handle_command(Grizzly.ZWave.Command.t(), state :: any()) :: handle_response()