130 lines
2.3 KiB
JSON
130 lines
2.3 KiB
JSON
{
|
|
"manufacturer": "Zooz",
|
|
"manufacturerId": "0x027a",
|
|
"label": "ZSE33",
|
|
"description": "Smart Chime/Alarm",
|
|
"devices": [
|
|
{
|
|
"productType": "0x0003",
|
|
"productId": "0x0088"
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"paramInformation": [
|
|
{
|
|
"#": "1",
|
|
"label": "Siren Volume",
|
|
"description": "3 volume levels for the alarm siren sound.",
|
|
"valueSize": 1,
|
|
"minValue": 1,
|
|
"maxValue": 3,
|
|
"defaultValue": 3
|
|
},
|
|
{
|
|
"#": "2",
|
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
"label": "Siren Alarm Duration",
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Disabled",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "30 seconds",
|
|
"value": 1
|
|
},
|
|
{
|
|
"label": "60 seconds",
|
|
"value": 2
|
|
},
|
|
{
|
|
"label": "5 minutes",
|
|
"value": 3
|
|
},
|
|
{
|
|
"label": "Until battery drains",
|
|
"value": 255
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "3",
|
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
"label": "Chime Sound Duration",
|
|
"unit": "cycles",
|
|
"defaultValue": 2
|
|
},
|
|
{
|
|
"#": "4",
|
|
"label": "Chime Volume",
|
|
"valueSize": 1,
|
|
"defaultValue": 3,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Low",
|
|
"value": 1
|
|
},
|
|
{
|
|
"label": "Medium",
|
|
"value": 2
|
|
},
|
|
{
|
|
"label": "High",
|
|
"value": 3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "5",
|
|
"label": "Siren Alarm Tone",
|
|
"description": "10 different tones for alarm siren",
|
|
"valueSize": 1,
|
|
"minValue": 1,
|
|
"maxValue": 10,
|
|
"defaultValue": 10
|
|
},
|
|
{
|
|
"#": "6",
|
|
"label": "Chime Tone",
|
|
"description": "10 different tones for doorbell",
|
|
"valueSize": 1,
|
|
"minValue": 1,
|
|
"maxValue": 10,
|
|
"defaultValue": 4
|
|
},
|
|
{
|
|
"#": "7",
|
|
"label": "Operating Mode",
|
|
"valueSize": 1,
|
|
"defaultValue": 2,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Siren alarm",
|
|
"value": 1
|
|
},
|
|
{
|
|
"label": "Chime",
|
|
"value": 2
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "8",
|
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
"label": "LED Notifications for Siren Alarm",
|
|
"defaultValue": 1
|
|
},
|
|
{
|
|
"#": "9",
|
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
"label": "LED Notifications for Chime",
|
|
"defaultValue": 1
|
|
}
|
|
]
|
|
}
|