View Source Grizzly.ZWave.Commands.MailboxConfigurationReport (grizzly v8.6.6)
The Mailbox Configuration Report command is used to report the Mailbox configuration of a supporting device.
Params:
mode
- The current mailbox mode. SeeGrizzly.ZWave.CommandClasses.Mailbox.mode/0
.supported_modes
- The mailbox modes supported by the device. SeeGrizzly.ZWave.CommandClasses.Mailbox.supported_mode/0
.capacity
- The maximum number of messages that can be stored in the mailbox. A value of 0xFFFF means unlimited.destination_ipv6_address
- The IPv6 address of the destination mailbox service.destination_port
- The port number of the destination mailbox service.
Summary
Types
@type param() :: {:mode, Grizzly.ZWave.CommandClasses.Mailbox.mode()} | {:supported_modes, [Grizzly.ZWave.CommandClasses.Mailbox.supported_mode()]} | {:capacity, 0..65535} | {:destination_ipv6_address, :inet.ip6_address()} | {:destination_port, :inet.port_number()}