Grizzly.Commands.Table (grizzly v8.7.0)
View SourceLookup table for sendable Z-Wave commands.
Summary
Functions
Get the handler spec for the command
Whether the command can be supervised (only commands that use the AckResponse handler can be supervised).
Functions
@spec format_handler_spec(module() | Grizzly.handler_spec()) :: Grizzly.handler_spec()
@spec handler(Grizzly.command()) :: Grizzly.handler_spec()
Get the handler spec for the command
@spec lookup(Grizzly.command()) :: {module(), [Grizzly.command_opt()]}
@spec supports_supervision?(Grizzly.command()) :: boolean()
Whether the command can be supervised (only commands that use the AckResponse handler can be supervised).