40 lines
680 B
JSON
40 lines
680 B
JSON
|
{
|
||
|
"manufacturer": "Nortek Security & Control LLC",
|
||
|
"manufacturerId": "0x014f",
|
||
|
"label": "ZWN-BPC",
|
||
|
"description": "PIR Sensor",
|
||
|
"devices": [
|
||
|
{
|
||
|
"productType": "0x0601",
|
||
|
"productId": "0x0901"
|
||
|
}
|
||
|
],
|
||
|
"firmwareVersion": {
|
||
|
"min": "0.0",
|
||
|
"max": "255.255"
|
||
|
},
|
||
|
"associations": {
|
||
|
"1": {
|
||
|
"label": "Lifeline",
|
||
|
"maxNodes": 5,
|
||
|
"isLifeline": true
|
||
|
}
|
||
|
},
|
||
|
"paramInformation": [
|
||
|
{
|
||
|
"#": "0",
|
||
|
"label": "Motion Timeout",
|
||
|
"valueSize": 1,
|
||
|
"unit": "minutes",
|
||
|
"minValue": 0,
|
||
|
"maxValue": 255,
|
||
|
"defaultValue": 1,
|
||
|
"unsigned": true
|
||
|
}
|
||
|
],
|
||
|
"compat": {
|
||
|
// This device uses Basic Set to report the motion sensor status
|
||
|
"mapBasicSet": "auto"
|
||
|
}
|
||
|
}
|