nymea/plugins/deviceplugins/wemo/devicepluginwemo.json

58 lines
2.0 KiB
JSON

{
"name": "Wemo",
"id": "2e3b5ce0-ecf1-43de-98f0-07df4068a583",
"vendors": [
{
"name": "Belkin",
"id": "b241f7f5-8153-4a72-b260-f62beadc2d19",
"deviceClasses": [
{
"deviceClassId": "69d97d3b-a8e6-42f3-afc0-ca8a53eb7cce",
"idName": "wemoSwitch",
"name": "WeMo Switch",
"createMethods": ["discovery"],
"paramTypes": [
{
"name": "name",
"type": "QString",
"inputType": "TextLine"
},
{
"name": "host address",
"type": "QString",
"inputType": "IPv4Address"
},
{
"name": "port",
"type": "int"
},
{
"name": "serial number",
"type": "QString",
"inputType": "TextLine"
}
],
"stateTypes": [
{
"id": "7166c4f6-f68c-4188-8f7c-2205d72a5a6d",
"idName": "power",
"name": "power",
"type": "bool",
"defaultValue": false,
"writable": true
},
{
"id": "ec2f5b49-585c-4455-a233-b7aa4c608dbc",
"idName": "reachable",
"name": "reachable",
"type": "bool",
"defaultValue": false
}
]
}
]
}
]
}