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

92 lines
1.7 KiB
JSON

{
"manufacturer": "Everspring",
"manufacturerId": "0x0060",
"label": "SP814",
"description": "Motion Detector",
"devices": [
{
"productType": "0x0001",
"productId": "0x0002",
"zwaveAllianceId": [1, 216, 617, 977]
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Reports",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Control",
"maxNodes": 3
}
},
"paramInformation": [
{
"#": "1",
"label": "Basic Set Level",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 99
},
{
"#": "2",
"label": "Enable/Disable Detecting",
"description": "The Detecting function can be Disabled or Enabled.",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Enabled",
"value": 1
}
]
},
{
"#": "3",
"label": "Sensitivity Level",
"description": "1 Means lowest sensitivity and 10 means highest.",
"valueSize": 1,
"minValue": 1,
"maxValue": 10,
"defaultValue": 6
},
{
"#": "4",
"label": "Re-Trigger Interval",
"description": "Adjust the interval of being re-triggered after a trigger",
"valueSize": 2,
"minValue": 5,
"maxValue": 3600,
"defaultValue": 5
},
{
"#": "5",
"label": "Lux Level",
"description": "Minimum Lux Level to provoke trigger",
"valueSize": 1,
"minValue": 1,
"maxValue": 100,
"defaultValue": 10
},
{
"#": "6",
"label": "On-Off Duration",
"valueSize": 1,
"minValue": 5,
"maxValue": 255,
"defaultValue": 5,
"unsigned": true
}
]
}