zwave-js/.config-db/devices/0x0176/tzdw-100.json
2025-01-10 22:05:04 -08:00

173 lines
3 KiB
JSON

{
"manufacturer": "Telldus Technologies AB",
"manufacturerId": "0x0176",
"label": "TZDW-100",
"description": "Door/window Sensor",
"devices": [
{
"productType": "0x0005",
"productId": "0x0001"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Group 2 Command Type",
"description": "Select what type of command to be sent to nodes in association group 2",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Basic",
"value": 0
},
{
"label": "Binary Switch",
"value": 1
},
{
"label": "Switch all",
"value": 2
},
{
"label": "Multilevel Switch",
"value": 3
}
]
},
{
"#": "2",
"label": "Group 2 Value",
"description": "Select what value that should be sent to association group 2",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true,
"options": [
{
"label": "Last value",
"value": 255
}
]
},
{
"#": "3",
"label": "Group 2 Signal Type",
"description": "Type of commands to association group 2",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Normal",
"value": 0
},
{
"label": "Inverted",
"value": 1
}
]
},
{
"#": "4",
"label": "Group 3 Command Type",
"description": "Select what type of command to be sent to nodes in association group 3",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Basic",
"value": 0
},
{
"label": "Binary Switch",
"value": 1
},
{
"label": "Switch all",
"value": 2
},
{
"label": "Multilevel Switch",
"value": 3
}
]
},
{
"#": "5",
"label": "Group 3 Value",
"description": "Select what value that should be sent to association group 3",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true,
"options": [
{
"label": "Last value",
"value": 255
}
]
},
{
"#": "6",
"label": "Group 3 Signal Type",
"description": "Type of commands to association group 3",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Normal",
"value": 0
},
{
"label": "Inverted",
"value": 1
}
]
},
{
"#": "7",
"label": "LED-Indicator",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Off",
"value": 0
},
{
"label": "On",
"value": 1
}
]
},
{
"#": "8",
"label": "Lifeline Command Type",
"description": "Select the type of command to be sent in the Lifeline",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Notification",
"value": 0
},
{
"label": "Binary Sensor",
"value": 1
}
]
}
]
}