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

186 lines
3.4 KiB
JSON

{
"manufacturer": "TKB Home",
"manufacturerId": "0x0118",
"label": "TZ66",
"description": "Dual Paddle Wall Switch",
"devices": [
{
"productType": "0x0102",
"productId": "0x1020",
"zwaveAllianceId": 45
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Group 1",
"maxNodes": 5
},
"2": {
"label": "Group 2",
"maxNodes": 5
},
"3": {
"label": "Group 3",
"maxNodes": 5
},
"4": {
"label": "Group 4",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Ignore Start Level",
"description": "Ignore start level when transmitting a dim command to the switch",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Ignore",
"value": 0
},
{
"label": "Don't ignore",
"value": 1
}
]
},
{
"#": "2",
"label": "Suspend Group 4",
"description": "Disable transmitting commands to devices in association group 4",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Transmit to group 4",
"value": 0
},
{
"label": "Disable transmitting to group 4",
"value": 1
}
]
},
{
"#": "3",
"label": "Blue LED Light Behavior",
"description": "Blue LED light Behavior. Default is Night Light (led on when switch off)",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "LED on when switch on",
"value": 0
},
{
"label": "Night light",
"value": 1
}
]
},
{
"#": "4",
"label": "Invert Switch",
"description": "To change the top of the switch to off and the button to on",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "On on top",
"value": 0
},
{
"label": "Off on top",
"value": 1
}
]
},
{
"#": "14",
"label": "Enable Shade Control Group 2",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Inactive",
"value": 0
},
{
"label": "Shade control",
"value": 1
}
]
},
{
"#": "15",
"label": "Enable Shade Control Group 3",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Inactive",
"value": 0
},
{
"label": "Shade control",
"value": 1
}
]
},
{
"#": "19",
"label": "Blue LED Light Behavior on Transmission",
"description": "Defines the behavior of the blue LED when transmission of data",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "LED does not blinks on activity",
"value": 0
},
{
"label": "LED blinks on activity all the time",
"value": 1
},
{
"label": "LED blinks on activity 1 second",
"value": 2
}
]
},
{
"#": "20",
"label": "Poll Group 2 Interval",
"valueSize": 1,
"unit": "minutes",
"minValue": 1,
"maxValue": 255,
"defaultValue": 2,
"unsigned": true
},
{
"#": "22",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Poll Group 2",
"defaultValue": 1
}
],
"compat": {
// The right paddle sends its status via Basic Set commands
"mapBasicSet": "event"
}
}