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

151 lines
3.3 KiB
JSON

{
"manufacturer": "Willis Electric Co., Ltd.",
"manufacturerId": "0x015d",
"label": "NZW39",
"description": "Dimming Plug",
"devices": [
{
"productType": "0x2700",
"productId": "0x2700"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Dimming Step",
"description": "Percentage of step when switch is dimming up or down (0 = instant)",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 0
},
{
"#": "2",
"label": "Minimum Level",
"description": "Minimum dimming level for attached light",
"valueSize": 1,
"minValue": 1,
"maxValue": 99,
"defaultValue": 1
},
{
"#": "3",
"label": "LED Indicator",
"description": "Turn LED indicator ON when light is ON (paddle switch only)",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Off",
"value": 0
},
{
"label": "On",
"value": 1
},
{
"label": "Disabled",
"value": 2
},
{
"label": "Always on",
"value": 3
}
]
},
{
"#": "4",
"label": "Invert Switch",
"description": "Invert on & off on the physical switch",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "5",
"label": "Auto OFF",
"description": "Automatically turn switch off after this number of seconds",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0
},
{
"#": "7",
"label": "Association Group 3 Setting",
"description": "Change how devices respond when associated in group 3",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Dim up/down",
"value": 0
},
{
"label": "Keep in sync",
"value": 1
}
]
},
{
"#": "8",
"label": "Default Level (Local)",
"description": "Default level when light is turned on at the switch (0 = previous level)",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 0
},
{
"#": "9",
"label": "Default Level (Z-Wave)",
"description": "Default level when light is turned on via Z-Wave command (0 = previous level)",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 0
},
{
"#": "6[0x01]",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Send Command On Local Action",
"description": "When should the switch send commands to Group 3 devices?",
"defaultValue": 1
},
{
"#": "6[0x02]",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Send Command On 3-Way Action",
"description": "When should the switch send commands to Group 3 devices?"
},
{
"#": "6[0x04]",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Send Command On Z-Wave Action",
"description": "When should the switch send commands to Group 3 devices?"
},
{
"#": "6[0x08]",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Send Command On Auto Off Timer",
"description": "When should the switch send commands to Group 3 devices?"
}
]
}