-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathio-package.json
More file actions
92 lines (92 loc) · 2.68 KB
/
Copy pathio-package.json
File metadata and controls
92 lines (92 loc) · 2.68 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"common": {
"name": "test-adapter",
"version": "0.0.1",
"news": {
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"uk": "Початкова версія",
"zh-cn": "首次出版"
}
},
"titleLang": {
"en": "Is used to test the creator",
"de": "Mock translation of 'Is used to test the creator' to 'de'",
"ru": "Mock translation of 'Is used to test the creator' to 'ru'",
"pt": "Mock translation of 'Is used to test the creator' to 'pt'",
"nl": "Mock translation of 'Is used to test the creator' to 'nl'",
"fr": "Mock translation of 'Is used to test the creator' to 'fr'",
"it": "Mock translation of 'Is used to test the creator' to 'it'",
"es": "Mock translation of 'Is used to test the creator' to 'es'",
"pl": "Mock translation of 'Is used to test the creator' to 'pl'",
"uk": "Mock translation of 'Is used to test the creator' to 'uk'",
"zh-cn": "Mock translation of 'Is used to test the creator' to 'zh-cn'"
},
"desc": {
"en": "test-adapter",
"de": "Mock translation of 'test-adapter' to 'de'",
"ru": "Mock translation of 'test-adapter' to 'ru'",
"pt": "Mock translation of 'test-adapter' to 'pt'",
"nl": "Mock translation of 'test-adapter' to 'nl'",
"fr": "Mock translation of 'test-adapter' to 'fr'",
"it": "Mock translation of 'test-adapter' to 'it'",
"es": "Mock translation of 'test-adapter' to 'es'",
"pl": "Mock translation of 'test-adapter' to 'pl'",
"uk": "Mock translation of 'test-adapter' to 'uk'",
"zh-cn": "Mock translation of 'test-adapter' to 'zh-cn'"
},
"authors": [
"Al Calzone <al@calzo.ne>"
],
"keywords": [
"ioBroker",
"template",
"automation",
"IoT",
"integration"
],
"licenseInformation": {
"type": "free",
"license": "MIT"
},
"platform": "Javascript/Node.js",
"icon": "test-adapter.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/AlCalzone/ioBroker.test-adapter/main/admin/test-adapter.png",
"readme": "https://github.com/AlCalzone/ioBroker.test-adapter/blob/main/README.md",
"loglevel": "info",
"tier": 3,
"mode": "daemon",
"type": "general",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"adminUI": {
"config": "materialize"
},
"dependencies": [
{
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=7.0.23"
}
]
},
"native": {
"option1": true,
"option2": "42"
},
"objects": [],
"instanceObjects": []
}