90 lines
1.6 KiB
JSON
90 lines
1.6 KiB
JSON
{
|
|
"manufacturer": "Everspring",
|
|
"manufacturerId": "0x0060",
|
|
"label": "SP816",
|
|
"description": "SP816 Motion Sensor",
|
|
"devices": [
|
|
{
|
|
"productType": "0x0001",
|
|
"productId": "0x0005"
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"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
|
|
}
|
|
],
|
|
"compat": {
|
|
"commandClasses": {
|
|
"remove": {
|
|
// The device does not support Supervision correctly
|
|
"Supervision": {
|
|
"endpoints": "*"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|