41 lines
677 B
JSON
41 lines
677 B
JSON
|
{
|
||
|
"manufacturer": "Dragon Tech Industrial, Ltd.",
|
||
|
"manufacturerId": "0x0184",
|
||
|
"label": "PA-100",
|
||
|
"description": "Plug-In On/Off Switch",
|
||
|
"devices": [
|
||
|
{
|
||
|
"productType": "0x4447",
|
||
|
"productId": "0x3031"
|
||
|
}
|
||
|
],
|
||
|
"firmwareVersion": {
|
||
|
"min": "0.0",
|
||
|
"max": "255.255"
|
||
|
},
|
||
|
"paramInformation": [
|
||
|
{
|
||
|
"#": "3",
|
||
|
"label": "LED Indicator",
|
||
|
"description": "Controls LED behavior when switch state is on/off",
|
||
|
"valueSize": 1,
|
||
|
"defaultValue": 0,
|
||
|
"allowManualEntry": false,
|
||
|
"options": [
|
||
|
{
|
||
|
"label": "Off/On",
|
||
|
"value": 0
|
||
|
},
|
||
|
{
|
||
|
"label": "On/Off",
|
||
|
"value": 1
|
||
|
},
|
||
|
{
|
||
|
"label": "Off",
|
||
|
"value": 2
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|