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

66 lines
1 KiB
JSON

{
"manufacturer": "Ecolink",
"manufacturerId": "0x014a",
"label": "TILTZWAVE1",
"description": "Z-Wave Garage Door Sensor",
"devices": [
{
"productType": "0x0001",
"productId": "0x0003",
"zwaveAllianceId": 816
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Group 2",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "1",
"label": "Group 2 Basic Set",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Not sent",
"value": 0
},
{
"label": "Sent",
"value": 255
}
]
},
{
"#": "2",
"label": "Binary Sensor Reports",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Sent",
"value": 0
},
{
"label": "Not sent",
"value": 255
}
]
}
]
}