Grizzly.ZWave.Commands.ManufacturerSpecificDeviceSpecificReport (grizzly v8.7.0)

View Source

Module for the DEVICE_SPECIFIC_REPORT command of command class COMMAND_CLASS_MANUFACTURER_SPECIFIC Report the manufacturer specific device specific information

Params:

  • :device_id_type - the type of device id reported (required)
  • :device_id - unique ID for the device id type (required)

Summary

Types

device_id()

@type device_id() :: String.t()

device_id_type()

@type device_id_type() ::
  :oem_factory_default_device_id_type | :serial_number | :pseudo_random

param()

@type param() :: {:device_id_type, device_id_type()} | {:device_id, device_id()}