View Source Grizzly.ZWave.Commands.MailboxConfigurationSet (grizzly v8.2.0)

The Mailbox Configuration Set command is used to update the Mailbox configuration from a supporting device.

Params:

  • mode - The mailbox mode to set. See Grizzly.ZWave.CommandClasses.Mailbox.mode/0
  • 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()}
  | {:destination_ipv6_address, :inet.ip6_address()}
  | {:destination_port, :inet.port_number()}