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

166 lines
2.7 KiB
JSON

{
"manufacturer": "Popp & Co",
"manufacturerId": "0x0154",
"label": "05438",
"description": "Indoor/Outdoor Wall Plug Switch",
"devices": [
{
"productType": "0x0003",
"productId": "0x0001"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Send Reports on switch state change.",
"maxNodes": 5,
"isLifeline": true
},
"2": {
"label": "Controlled by buttons",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "1",
"label": "LED Indication Mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Show switch state",
"value": 1
},
{
"label": "Operated by Indicator Command Class",
"value": 2
}
]
},
{
"#": "2",
"label": "Auto-Off Timer",
"valueSize": 1,
"unit": "seconds",
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true,
"options": [
{
"label": "Disabled",
"value": 0
}
]
},
{
"#": "3",
"label": "What to Do on RF Off Command",
"description": "Defines how to interpret RF Off-Command.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Switch off",
"value": 0
},
{
"label": "Ignore",
"value": 1
},
{
"label": "Switch on",
"value": 2
},
{
"label": "Switch on if load is off, else switch off",
"value": 3
}
]
},
{
"#": "5",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
},
{
"#": "20",
"label": "Load Power",
"description": "Maximum load 3500 Watts",
"valueSize": 2,
"unit": "W",
"minValue": 0,
"maxValue": 3500,
"defaultValue": 0
},
{
"#": "21",
"label": "LED Off Color",
"description": "Color for Off state.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Off",
"value": 0
},
{
"label": "Red",
"value": 1
},
{
"label": "Green",
"value": 2
},
{
"label": "Blue",
"value": 3
},
{
"label": "Yellow",
"value": 4
}
]
},
{
"#": "22",
"label": "LED On Color",
"description": "Color for On state.",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Off",
"value": 0
},
{
"label": "Red",
"value": 1
},
{
"label": "Green",
"value": 2
},
{
"label": "Blue",
"value": 3
},
{
"label": "Yellow",
"value": 4
}
]
}
]
}