zwave-js/.config-db/devices/0x0208/hkzw_ms01.json
2025-01-10 22:05:04 -08:00

50 lines
999 B
JSON

{
"manufacturer": "HANK Electronics Ltd.",
"manufacturerId": "0x0208",
"label": "HKZW-MS01",
"description": "Multisensor",
"devices": [
{
"productType": "0x0201",
"productId": "0x0006"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "12",
"label": "Motion Sensor Sensitivity",
"description": "The higher the value,the more sensitive the PIR sensor",
"valueSize": 1,
"minValue": 1,
"maxValue": 8,
"defaultValue": 8
},
{
"#": "14",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Basic Set Command",
"description": "The motion Sensor can reverse its value of BASIC SET when motion is triggered"
},
{
"#": "15",
"label": "Value of Basic Set Command",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Send off",
"value": 0
},
{
"label": "Send on",
"value": 1
}
]
}
]
}