zwave-js/.config-db/devices/0x0154/005107_0.0-1.4.json

105 lines
1.9 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Popp & Co",
"manufacturerId": "0x0154",
"label": "005107",
"description": "Solar Powered Outdoor Siren",
"devices": [
{
"productType": "0x0004",
"productId": "0x0002"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "1.4"
},
"paramInformation": [
{
"#": "1",
"label": "Triggering Mode",
"description": "Sets the tamper triggering mode when removed from the holder",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Trigger, when removed from holder",
"value": 0
},
{
"label": "Trigger, when removed, and turned off",
"value": 1
},
{
"label": "Don't trigger at all",
"value": 2
}
]
},
{
"#": "2",
"label": "Temperature Adjustments",
"description": "Temperature correction with positive and negative offset values",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true,
"options": [
{
"label": "Temperature adjustments",
"value": 0
}
]
},
{
"#": "3",
"label": "Temperature Report Threshold",
"valueSize": 1,
"unit": "0.1 °C",
"minValue": 0,
"maxValue": 255,
"defaultValue": 10,
"unsigned": true
},
{
"#": "4",
"label": "Temperature Report",
"description": "Send unsolicited temperature report after N wake up",
"valueSize": 2,
"minValue": 0,
"maxValue": 65535,
"defaultValue": 15,
"unsigned": true,
"options": [
{
"label": "Disable report",
"value": 0
}
]
},
{
"#": "5",
"label": "Switch Mode",
"description": "Switch mode : siren only, flash only, flash + siren",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "Siren only",
"value": 0
},
{
"label": "Flash only",
"value": 1
},
{
"label": "Flash + siren",
"value": 2
}
]
}
]
}