zwave-js/.config-db/devices/0x0060/sp817.json

62 lines
1,007 B
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Everspring",
"manufacturerId": "0x0060",
"label": "SP817",
"description": "SP817 Motion Sensor",
"devices": [
{
"productType": "0x0001",
"productId": "0x0006"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Basic Set Level",
"valueSize": 1,
"minValue": 1,
"maxValue": 99,
"defaultValue": 99
},
{
"#": "3",
"label": "Sensitivity Level",
"valueSize": 1,
"minValue": 1,
"maxValue": 10,
"defaultValue": 6
},
{
"#": "4",
"label": "Re-Trigger Interval",
"valueSize": 2,
"unit": "seconds",
"minValue": 5,
"maxValue": 3600,
"defaultValue": 180
},
{
"#": "5",
"label": "Lux Level",
"valueSize": 1,
"unit": "%",
"minValue": 1,
"maxValue": 100,
"defaultValue": 20
},
{
"#": "6",
"label": "On-Off Duration",
"valueSize": 2,
"unit": "seconds",
"minValue": 5,
"maxValue": 3600,
"defaultValue": 15
}
]
}