View Source Grizzly.ZWave.Commands.ManufacturerSpecificDeviceSpecificReport (grizzly v8.0.1)

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

@type device_id() :: String.t()
@type device_id_type() ::
  :oem_factory_default_device_id_type | :serial_number | :pseudo_random
@type param() :: {:device_id_type, device_id_type()} | {:device_id, device_id()}