Manufacturer Specific
COMMAND_CLASS_MANUFACTURER_SPECIFIC MQTT API¶
| MQTT Support | Support | Control |
|---|---|---|
| true | true | true |
Table of Contents¶
MANUFACTURER_SPECIFIC_GET¶
Command:
zpc/<home_id>/<node_id>/ep<endpoint_id>/ManufacturerSpecific/Command/ManufacturerSpecificGet
Payload:
{ }
MANUFACTURER_SPECIFIC_REPORT¶
Command:
zpc/<home_id>/<node_id>/ep<endpoint_id>/ManufacturerSpecific/Report/ManufacturerSpecificReport
Payload:
{
"manufacturer_id": "0x2574",
"product_type_id": "0x2574",
"product_id": "0x2574"
}
DEVICE_SPECIFIC_GET¶
Command:
zpc/<home_id>/<node_id>/ep<endpoint_id>/ManufacturerSpecific/Command/DeviceSpecificGet
Payload:
{
"properties1": {
"device_id_type": "0x05"
}
}
DEVICE_SPECIFIC_REPORT¶
Command:
zpc/<home_id>/<node_id>/ep<endpoint_id>/ManufacturerSpecific/Report/DeviceSpecificReport
Payload:
{
"properties1": {
"device_id_type": "0x05"
},
"properties2": {
"device_id_data_length_indicator": "0x05",
"device_id_data_format": "0x05"
},
"device_id_data": [
"0x01",
"0x02",
"0x03"
]
}