This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/plugins/deviceplugins/avahimonitor/devicepluginavahimonitor.json
2019-04-01 20:48:17 +02:00

33 lines
987 B
JSON

{
"name": "Avahi Monitor",
"idName": "AvahiMonitor",
"id": "d83fb167-cef7-4347-8c58-fa39df7bea4f",
"vendors": [
{
"name": "guh",
"idName": "guh",
"id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6",
"deviceClasses": [
{
"deviceClassId": "97f0154d-6945-49b8-bd65-0a8cea0c6652",
"name": "Avahi Monitor",
"idName": "avahi",
"deviceIcon": "Network",
"basicTags": [
"Device",
"Sensor"
],
"createMethods": ["discovery"],
"paramTypes": [
{
"name": "name",
"type": "QString",
"inputType": "TextLine"
}
]
}
]
}
]
}