45 lines
797 B
JSON
45 lines
797 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|