generated from eliona-smart-building-assistant/device-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
27 lines (27 loc) · 831 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "signify",
"elionaMinVersion": "v10.1.0",
"displayName": {
"en": "Signify",
"de": "Signify"
},
"description": {
"en": "Provides access to the Signify Interact Lighting API. Control lighting and explore connected lighting options.",
"de": "Bietet Zugriff auf die Signify Interact Lighting API. Steuern der Beleuchtung und vernetzen der Beleuchtungsmöglichkeiten."
},
"dashboardTemplateNames": [
"Signify People Count",
"Signify Occupancy",
"Signify Temperature",
"Signify Humidity"
],
"apiUrl": "v1",
"apiSpecificationPath": "/version/openapi.json",
"documentationUrl": "https://doc.eliona.io/collection/v/eliona-english/eliona-apps/apps/signify",
"useEnvironment": [
"CONNECTION_STRING",
"INIT_CONNECTION_STRING",
"API_ENDPOINT",
"API_TOKEN"
]
}