zwave-js/.config-db/devices/0x0118/tz06.json

141 lines
2.4 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "TKB Home",
"manufacturerId": "0x0118",
"label": "TZ06",
"description": "In Wall Dual Relay(1 Way) Switch Module 2x 1.5kW",
"devices": [
{
"productType": "0x0001",
"productId": "0x0004",
"zwaveAllianceId": [840, 866]
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Relay 1 + 2",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Relay 1",
"maxNodes": 1,
"isLifeline": true
},
"3": {
"label": "Relay 2",
"maxNodes": 1,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Selected Relay",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Relay 1",
"value": 1
},
{
"label": "Relay 2",
"value": 2
},
{
"label": "Relay 1&2",
"value": 3
}
]
},
{
"#": "2",
"label": "External Switch Mode",
"description": "Change the External Switch (S1 & S2) Mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Edge mode",
"value": 1
},
{
"label": "Pulse mode",
"value": 2
},
{
"label": "Edge-Toggle mode",
"value": 3
}
]
},
{
"#": "3",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev_on"
},
{
"#": "4",
"label": "Auto OFF Timer",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0
},
{
"#": "5",
"label": "RF Command Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Switch off",
"value": 0
},
{
"label": "Switch ignore",
"value": 1
},
{
"label": "Switch toggle",
"value": 2
},
{
"label": "Switch on",
"value": 3
}
]
},
{
"#": "6",
"label": "Existence of Endpoint 3",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Endpoint 3 exists",
"value": 1
},
{
"label": "No endpoint 3",
"value": 2
}
]
}
],
"compat": {
// The device has multiple endpoints, but doesn't seem to use multi channel encapsulation
// for unsolicited reports. By preserving the root endpoint values, users can use polling
// to update the endpoint values.
"preserveRootApplicationCCValueIDs": true
}
}