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

89 lines
1.6 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "TKB Home",
"manufacturerId": "0x0118",
"label": "TZ37",
"description": "Double Relay Wall Switch",
"devices": [
{
"productType": "0x0311",
"productId": "0x0203"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Night Light",
"description": "Configure LED to reflect load's status",
"defaultValue": 1
},
{
"#": "2",
"label": "Memory Function",
"description": "Toggles the Switch's memory function",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Off",
"value": 0
},
{
"label": "On",
"value": 1
}
]
},
{
"#": "3",
"label": "Invert Switch",
"description": "Inverts switch's top/bottom",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Default",
"value": 0
},
{
"label": "Invert",
"value": 1
}
]
},
{
"#": "4",
"label": "LED Transmission Indication",
"description": "LED flickers when transmitting data to any group",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "No indication",
"value": 0
},
{
"label": "Temporary indication",
"value": 1
},
{
"label": "Continuous indication",
"value": 2
}
]
},
{
"#": "5",
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
"label": "Send Commands to Group 4"
}
]
}