forked from WebThingsIO/lg-tv-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
40 lines (40 loc) · 932 Bytes
/
manifest.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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"author": "Mozilla IoT",
"description": "LG webOS TV adapter for Mozilla WebThings Gateway",
"gateway_specific_settings": {
"webthings": {
"exec": "{nodeLoader} {path}",
"primary_type": "adapter",
"strict_max_version": "*",
"strict_min_version": "0.10.0"
}
},
"homepage_url": "https://github.com/mozilla-iot/lg-tv-adapter#readme",
"id": "lg-tv-adapter",
"license": "MPL-2.0",
"manifest_version": 1,
"name": "LG webOS TV",
"options": {
"default": {
"devices": []
},
"schema": {
"type": "object",
"required": [
"devices"
],
"properties": {
"devices": {
"type": "array",
"description": "List of IP addresses of TVs",
"items": {
"type": "string",
"description": "IP address"
}
}
}
}
},
"short_name": "LG webOS TV",
"version": "0.3.3"
}