mirror of https://github.com/nymea/nymea.git
update plugins to use the interfaces
parent
c0cb9ac2e7
commit
89d8d371f6
|
|
@ -13,6 +13,7 @@
|
|||
"idName": "connection",
|
||||
"id": "44e12a1c-9711-4780-9913-53bb38264e1e",
|
||||
"createMethods": ["user"],
|
||||
"interfaces": ["gateway"],
|
||||
"basicTags": [
|
||||
"Device",
|
||||
"Gateway"
|
||||
|
|
@ -36,6 +37,7 @@
|
|||
"createMethods": ["auto"],
|
||||
"criticalStateTypeId": "93c539b4-50d8-431e-8be4-5ebba89452b7",
|
||||
"primaryActionTypeId": "f6ac30a0-77b8-4f1f-8c44-4c2e6d542663",
|
||||
"interfaces": ["colorlight"],
|
||||
"basicTags": [
|
||||
"Device",
|
||||
"Lighting"
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
"name": "Max! Cube LAN Gateway",
|
||||
"deviceIcon": "Gateway",
|
||||
"criticalStateTypeId": "d0a9a369-cf8c-47c4-a12e-f2d076bf12fd",
|
||||
"interfaces": ["gateway"],
|
||||
"basicTags": [
|
||||
"Device",
|
||||
"Gateway",
|
||||
|
|
|
|||
|
|
@ -176,6 +176,7 @@
|
|||
"id": "ab4257b3-7548-47ee-9bd4-7dc3004fd197",
|
||||
"idName": "mockDeviceAuto",
|
||||
"name": "Mock Device (Auto created)",
|
||||
"interfaces": ["gateway"],
|
||||
"basicTags": [
|
||||
"Device",
|
||||
"Actuator",
|
||||
|
|
@ -305,6 +306,7 @@
|
|||
"id": "9e03144c-e436-4eea-82d9-ccb33ef778db",
|
||||
"idName": "mockPushButton",
|
||||
"name": "Mock Device (Push Button)",
|
||||
"interfaces": ["gateway"],
|
||||
"basicTags": [
|
||||
"Device",
|
||||
"Actuator",
|
||||
|
|
@ -411,6 +413,7 @@
|
|||
"idName": "mockDisplayPin",
|
||||
"name": "Mock Device (Display Pin)",
|
||||
"deviceIcon": "Tune",
|
||||
"interfaces": ["gateway"],
|
||||
"basicTags": [
|
||||
"Device",
|
||||
"Actuator",
|
||||
|
|
@ -527,6 +530,7 @@
|
|||
"idName": "mockParent",
|
||||
"name": "Mock Device (Parent)",
|
||||
"deviceIcon": "Tune",
|
||||
"interfaces": ["gateway"],
|
||||
"basicTags": [
|
||||
"Device",
|
||||
"Actuator",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
"name": "Netatmo Connection",
|
||||
"critcalStateTypeId": "2f79bc1d-27ed-480a-b583-728363c83ea6",
|
||||
"deviceIcon": "Network",
|
||||
"interfaces": ["gateway"],
|
||||
"basicTags": [
|
||||
"Service",
|
||||
"Gateway",
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
"name": "OrderButton",
|
||||
"idName": "orderbutton",
|
||||
"createMethods": ["discovery"],
|
||||
"interfaces": ["gateway"],
|
||||
"basicTags": [
|
||||
"Device",
|
||||
"Gateway"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"id": "57d1b080-36a0-46af-a676-78c6b78d08ae",
|
||||
"idName": "rplRouter",
|
||||
"name": "RPL Router",
|
||||
"interfaces": ["gateway"],
|
||||
"basicTags": [
|
||||
"Device",
|
||||
"Gateway"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
"idName": "hueBridge",
|
||||
"name": "Hue gateway",
|
||||
"deviceIcon": "Gateway",
|
||||
"interfaces": ["gateway"],
|
||||
"basicTags": [
|
||||
"Device",
|
||||
"Gateway",
|
||||
|
|
@ -348,6 +349,7 @@
|
|||
"idName": "hueWhiteLight",
|
||||
"name": "Hue White Light",
|
||||
"deviceIcon": "LightBulb",
|
||||
"interfaces": ["dimmablelight"],
|
||||
"basicTags": [
|
||||
"Device",
|
||||
"Actuator",
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
"name": "Plant Care",
|
||||
"idName": "plantCare",
|
||||
"createMethods": ["discovery"],
|
||||
"interfaces": ["gateway"],
|
||||
"basicTags": [
|
||||
"Device",
|
||||
"Gateway"
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
"name": "WS2812",
|
||||
"idName": "ws2812",
|
||||
"createMethods": ["discovery"],
|
||||
"interfaces": ["gateway"],
|
||||
"basicTags": [
|
||||
"Device",
|
||||
"Gateway"
|
||||
|
|
|
|||
Loading…
Reference in New Issue