View Source Grizzly.ZWave.Commands.ManufacturerSpecificReport (grizzly v8.6.6)
Module for the MANUFACTURER_SPECIFIC_REPORT command of command class COMMAND_CLASS_MANUFACTURER_SPECIFIC Report the manufacturer specific information
Params:
:manufacturer_id
- unique ID for the manufacturer (required):product_type_id
- unique ID for the product type (required):prodcut_id
- unique ID for the actual product (required)
Summary
Types
@type param() :: {:manufacturer_id, non_neg_integer()} | {:product_type_id, non_neg_integer()} | {:product_id, non_neg_integer()}