Skip to content

Commit

Permalink
feat(config): add Zooz ZAC38 Range Extender (#6136)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Oct 6, 2023
1 parent fce2c26 commit cf1d9c6
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions packages/config/config/devices/0x027a/zac38.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"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
}
]
}

0 comments on commit cf1d9c6

Please sign in to comment.