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

94 lines
1.8 KiB
JSON

{
"manufacturer": "TKB Home",
"manufacturerId": "0x0118",
"label": "TZ74",
"description": "Insert Two Channel Switch Module",
"devices": [
{
"productType": "0x0311",
"productId": "0x0304"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Change the State of Indicator Light",
"description": "Default status of socket LED is on as indicator when the load is off",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "LED is off when load is off",
"value": 0
},
{
"label": "LED is on when load is off",
"value": 1
}
]
},
{
"#": "2",
"label": "Memory Function",
"description": "Default with memory: the socket status is same as before when power is on",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Socket status depends on switch",
"value": 0
},
{
"label": "Socket status is same as before power outage",
"value": 1
}
]
},
{
"#": "3",
"label": "Invert Switch",
"description": "In the edge mode invert switch - no effect if Pulse or Edge-toggle modes",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Normal",
"value": 0
},
{
"label": "In the edge mode invert switch",
"value": 1
}
]
},
{
"#": "4",
"label": "Edge, Pulse, or Edge Toggle Mode",
"description": "Set how the switch controls the module",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Edge mode",
"value": 1
},
{
"label": "Pulse mode",
"value": 2
},
{
"label": "Edge-Toggle mode",
"value": 3
}
]
}
]
}