61 lines
1.2 KiB
JSON
61 lines
1.2 KiB
JSON
{
|
|
"manufacturer": "Zooz",
|
|
"manufacturerId": "0x027a",
|
|
"label": "ZAC38",
|
|
"description": "Range Extender",
|
|
"devices": [
|
|
{
|
|
"productType": "0x0004",
|
|
"productId": "0x0510"
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"paramInformation": [
|
|
{
|
|
"#": "1",
|
|
"$import": "templates/zooz_template.json#low_battery_alarm_threshold",
|
|
"defaultValue": 10
|
|
},
|
|
{
|
|
"#": "2",
|
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
"label": "Enable Battery Threshold Reports",
|
|
"defaultValue": 1
|
|
},
|
|
{
|
|
"#": "3",
|
|
"$import": "templates/zooz_template.json#battery_report_threshold",
|
|
"minValue": 5
|
|
},
|
|
{
|
|
"#": "4",
|
|
"label": "Battery Check Interval",
|
|
"description": "How often the device checks the battery level.",
|
|
"valueSize": 2,
|
|
"unit": "seconds",
|
|
"minValue": 1,
|
|
"maxValue": 65535,
|
|
"defaultValue": 600,
|
|
"unsigned": true
|
|
},
|
|
{
|
|
"#": "5",
|
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
"label": "Enable Timed Battery Reports",
|
|
"defaultValue": 1
|
|
},
|
|
{
|
|
"#": "6",
|
|
"label": "Battery Report Interval",
|
|
"valueSize": 2,
|
|
"unit": "seconds",
|
|
"minValue": 30,
|
|
"maxValue": 65535,
|
|
"defaultValue": 3600,
|
|
"unsigned": true
|
|
}
|
|
]
|
|
}
|