View Source Grizzly.CommandHandlers.WaitReport (grizzly v8.6.6)

This handle is useful for when you want to wait for a particular report from the Z-Wave network. Most GET commands can use this handler.

Summary

Types

opt()

@type opt() :: {:complete_report, atom(), [{:get_command, Grizzly.ZWave.Command.t()}]}

state()

@type state() :: %{complete_report: atom(), get_command: Grizzly.ZWave.Command.t()}