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

36 lines
636 B
JSON

{
"manufacturer": "permundo GmbH",
"manufacturerId": "0x0245",
"label": "PSC132ZW",
"description": "Metering Relay Switch, 16A",
"devices": [
{
"productType": "0x0003",
"productId": "0x0002"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "31",
"label": "Local Control Off",
"description": "Separates pushbutton and S1 input from relay",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "LocalControlOn",
"value": 0
},
{
"label": "LocalControlOff",
"value": 1
}
]
}
]
}