zwave-js/.config-db/devices/0x0154/pope700052.json
2025-01-10 22:05:04 -08:00

49 lines
939 B
JSON

{
"manufacturer": "Popp & Co",
"manufacturerId": "0x0154",
"label": "POPE700052",
"description": "Water Leakage Sensor",
"devices": [
{
"productType": "0x0004",
"productId": "0x0008"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Flood Alarm Basic On Value",
"description": "Flood detected",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true,
"readOnly": true
},
{
"#": "2",
"label": "Flood Alarm Basic Off Value",
"description": "No Flood detected",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true,
"readOnly": true
},
{
"#": "3",
"label": "Enable Buzzer Sound on Alarm",
"description": "Buzzer enabled during flood detection",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 1
}
]
}