zwave-js/.config-db/devices/0x0077/smartpower.json

46 lines
797 B
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "INNOVUS",
"manufacturerId": "0x0077",
"label": "SmartPower",
"description": "RAone SmartPower",
"devices": [
{
"productType": "0x0001",
"productId": "0x0002"
},
{
"productType": "0x0010",
"productId": "0x0001"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Switch",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Report Node",
"description": "Report changes in level to this node id",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "2",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "BO IR Support",
"defaultValue": 1
}
]
}