54 lines
947 B
JSON
54 lines
947 B
JSON
{
|
|
"manufacturer": "Zooz",
|
|
"manufacturerId": "0x027a",
|
|
"label": "ZSE19",
|
|
"description": "S2 Multisiren",
|
|
"devices": [
|
|
{
|
|
"productType": "0x000c",
|
|
"productId": "0x0003"
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"paramInformation": [
|
|
{
|
|
"#": "1",
|
|
"label": "Siren Alarm Duration",
|
|
"valueSize": 2,
|
|
"unit": "seconds",
|
|
"minValue": 10,
|
|
"maxValue": 600,
|
|
"defaultValue": 180
|
|
},
|
|
{
|
|
"#": "2",
|
|
"label": "Temperature & Humidity Reporting Interval",
|
|
"valueSize": 2,
|
|
"unit": "minutes",
|
|
"minValue": 1,
|
|
"maxValue": 1440,
|
|
"defaultValue": 30
|
|
},
|
|
{
|
|
"#": "3",
|
|
"label": "Custom Sound Selection for Audio Speaker",
|
|
"valueSize": 1,
|
|
"minValue": 0,
|
|
"maxValue": 99,
|
|
"defaultValue": 0
|
|
}
|
|
],
|
|
"compat": {
|
|
"commandClasses": {
|
|
"remove": {
|
|
// Supervised commands always result in a status of "Fail"
|
|
"Supervision": {
|
|
"endpoints": "*"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|