Grizzly.ZWave.Commands.ManufacturerSpecificDeviceSpecificReport (grizzly v0.16.1) 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)
Link to this section Summary
Link to this section Types
Specs
device_id() :: String.t()
Specs
device_id_type() :: :oem_factory_default_device_id_type | :serial_number | :pseudo_random
Specs
param() :: {:device_id_type, device_id_type()} | {:device_id, device_id()}