76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
{
|
|
"manufacturer": "Zooz",
|
|
"manufacturerId": "0x027a",
|
|
"label": "ZSE30",
|
|
"description": "Water Sensor",
|
|
"devices": [
|
|
{
|
|
"productType": "0x0003",
|
|
"productId": "0x0000"
|
|
},
|
|
{
|
|
"productType": "0x0003",
|
|
"productId": "0x0085"
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"paramInformation": [
|
|
{
|
|
"#": "1",
|
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
"label": "Total Alarm Duration",
|
|
"description": "Total duration of audio and visual alarm when water is detected.",
|
|
"unit": "minutes",
|
|
"defaultValue": 120
|
|
},
|
|
{
|
|
"#": "2",
|
|
"$import": "~/templates/master_template.json#base_1-255_nounit",
|
|
"label": "Audio Alarm: Beep Interval",
|
|
"description": "Interval length between beeps",
|
|
"unit": "minutes"
|
|
},
|
|
{
|
|
"#": "3",
|
|
"label": "Audio Alarm: First Beep Duration",
|
|
"description": "Duration of First Beep",
|
|
"valueSize": 1,
|
|
"unit": "seconds",
|
|
"minValue": 10,
|
|
"maxValue": 255,
|
|
"defaultValue": 60,
|
|
"unsigned": true
|
|
},
|
|
{
|
|
"#": "4",
|
|
"label": "Audio Alarm: Beep Duration",
|
|
"description": "Beep Duration after first Beep",
|
|
"valueSize": 1,
|
|
"unit": "seconds",
|
|
"minValue": 5,
|
|
"maxValue": 255,
|
|
"defaultValue": 5,
|
|
"unsigned": true
|
|
},
|
|
{
|
|
"#": "5",
|
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
"label": "Audible Alarm",
|
|
"description": "Visual alarm will NOT be disabled",
|
|
"defaultValue": 1
|
|
},
|
|
{
|
|
"#": "6",
|
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
"label": "Water Sensor",
|
|
"defaultValue": 1
|
|
},
|
|
{
|
|
"#": "7",
|
|
"$import": "templates/zooz_template.json#trigger_action"
|
|
}
|
|
]
|
|
}
|