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

68 lines
1.3 KiB
JSON

{
"manufacturer": "BeNext",
"manufacturerId": "0x008a",
"label": "PowerSwitch",
"description": "Power Switch EU",
"devices": [
{
"productType": "0x0008",
"productId": "0x0100",
"zwaveAllianceId": 61
},
{
"productType": "0x0008",
"productId": "0x0101"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Group 1",
"maxNodes": 1,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Set to Default",
"description": "Set all configuration values to default values (factory settings)",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "4",
"label": "Start Up with Last Known Socket Status",
"description": "state in what the switch is when power is supplied",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "9",
"label": "Relay Delay Time",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 50,
"unsigned": true
},
{
"#": "10",
"label": "LED Indicator",
"description": "Show the led compared to the relay state",
"valueSize": 1,
"minValue": 0,
"maxValue": 2,
"defaultValue": 1
}
]
}