grizzly v0.9.0-rc.3 Grizzly.CommandHandlers.AggregateReport View Source
Handler for working with reports that could take many report frames to complete
This handler will handle aggregating the responses into one report command for ease of consumption by callers.
Link to this section Summary
Functions
Callback implementation for Grizzly.CommandHandler.handle_ack/1
.
Callback implementation for Grizzly.CommandHandler.handle_command/2
.
Callback implementation for Grizzly.CommandHandler.init/1
.
Link to this section Types
Specs
Specs
Link to this section Functions
Specs
Callback implementation for Grizzly.CommandHandler.handle_ack/1
.
Specs
handle_command(Grizzly.ZWave.Command.t(), state()) :: {:continue, state()} | {:complete, {:ok, Grizzly.ZWave.Command.t()}}
Callback implementation for Grizzly.CommandHandler.handle_command/2
.
Specs
Callback implementation for Grizzly.CommandHandler.init/1
.