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

83 lines
1.7 KiB
JSON

{
"manufacturer": "HANK Electronics Ltd.",
"manufacturerId": "0x0208",
"label": "HKZW-MS02",
"description": "Motion Sensor",
"devices": [
{
"productType": "0x0200",
"productId": "0x0012"
},
{
"productType": "0x0201",
"productId": "0x0012"
},
{
"productType": "0x0300",
"productId": "0x0012"
}
],
"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": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "17",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Shock Alarm"
},
{
"#": "18",
"label": "Motion Alarm Cancellation Delay",
"description": "Period of time after which Motion alarm will be cancelled.",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 65535,
"defaultValue": 0,
"unsigned": true
},
{
"#": "32",
"label": "Level of Low Battery",
"description": "Define a battery level ad the \"low battery\"",
"valueSize": 1,
"minValue": 10,
"maxValue": 50,
"defaultValue": 20
}
]
}