grizzly v0.8.4 Grizzly.CommandClass.Notification View Source
Link to this section Summary
Functions
Pass in the notification type and the byte for the event/state and get back the name of the event/state
Link to this section Types
Link to this type
report()
View Source
report()
View Source
report() :: %{
command_class: Grizzly.CommandClass.name(),
command: :report,
vlaue: %{
notification_type: atom() | {:unk, byte()},
notification_state: atom() | {:unk, byte()}
}
}
report() :: %{ command_class: Grizzly.CommandClass.name(), command: :report, vlaue: %{ notification_type: atom() | {:unk, byte()}, notification_state: atom() | {:unk, byte()} } }
Link to this section Functions
Link to this function
state_from_byte(arg1, byte) View Source
Pass in the notification type and the byte for the event/state and get back the name of the event/state
Link to this function