nymea/plugins/deviceplugins/udpcommander/devicepluginudpcommander.json

47 lines
1.5 KiB
JSON

{
"name": "UDP Commander",
"idName": "UdpCommander",
"id": "24a8474c-1d86-499e-a76e-9cbfbf48dd72",
"vendors": [
{
"name": "guh",
"idName": "guh",
"id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6",
"deviceClasses": [
{
"deviceClassId": "6ecd5a8d-595a-4520-85e3-dcc9679edf66",
"name": "UDP Commander",
"basicTags": [
"Service",
"Sensor"
],
"createMethods": ["user"],
"paramTypes": [
{
"name": "name",
"type": "QString",
"inputType": "TextLine"
},
{
"name": "port",
"type": "int"
},
{
"name": "command",
"type": "QString",
"inputType": "TextLine"
}
],
"eventTypes": [
{
"id": "5fecbba3-ffbb-456b-872c-a2f571c681cb",
"idName": "commandReceived",
"name": "command received"
}
]
}
]
}
]
}