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

80 lines
1.5 KiB
JSON

{
"manufacturer": "TKB Home",
"manufacturerId": "0x0118",
"label": "TZ78",
"description": "In Wall Micro Switch",
"devices": [
{
"productType": "0x0003",
"productId": "0x0005"
},
{
"productType": "0x0121",
"productId": "0x0133"
}
],
"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 on when load is on",
"value": 0
},
{
"label": "LED on when load is off",
"value": 1
}
]
},
{
"#": "2",
"label": "Memory Function",
"description": "Default with memory: the socket status is same as before when power on",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "No state memory after pwr failure",
"value": 0
},
{
"label": "State memory after pwr failure",
"value": 1
}
]
},
{
"#": "3",
"label": "Switch Mode",
"description": "Edge or Pulse mode or EdgeToggle mode",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Edge mode",
"value": 1
},
{
"label": "Pulse mode",
"value": 2
},
{
"label": "Edge-Toggle mode",
"value": 3
}
]
}
]
}