This repository has been archived by the owner on Jan 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
119 lines (119 loc) · 3.52 KB
/
io-package.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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"common": {
"adminUI": {
"config": "json",
"custom": "json"
},
"authors": [
"Monschichi <monschichi@gmail.com>"
],
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"dependencies": [
{
"js-controller": ">=4.0.0"
}
],
"desc": {
"de": "Integration von Bosch EasyControl CT200 Ger\u00e4ten",
"en": "integration of Bosch EasyControl CT200 devices",
"es": "integraci\u00f3n de dispositivos Bosch EasyControl CT200",
"fr": "int\u00e9gration des appareils Bosch EasyControl CT200",
"it": "integrazione dei dispositivi Bosch EasyControl CT200",
"nl": "integratie van Bosch EasyControl CT200-apparaten",
"pl": "integracja urz\u0105dze\u0144 Bosch EasyControl CT200",
"pt": "integra\u00e7\u00e3o de dispositivos Bosch EasyControl CT200",
"ru": "\u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 Bosch EasyControl CT200",
"uk": "\u0456\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0456\u044f \u043f\u0440\u0438\u0441\u0442\u0440\u043e\u0457\u0432 Bosch EasyControl CT200",
"zh-cn": "\u535a\u4e16 EasyControl CT200 \u8bbe\u5907\u7684\u96c6\u6210"
},
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Monschichi/ioBroker.boscheasycontrol/main/admin/boscheasycontrol.png",
"globalDependencies": [
{
"admin": ">=6.0.0"
}
],
"icon": "boscheasycontrol.png",
"keywords": [
"bosch",
"easycontrol",
"ct200"
],
"license": "MIT",
"loglevel": "info",
"main": "main.js",
"mode": "daemon",
"name": "boscheasycontrol",
"news": {
"0.1.0": {
"de": "Erstver\u00f6ffentlichung",
"en": "initial release",
"es": "Versi\u00f3n inicial",
"fr": "Premi\u00e8re version",
"it": "Versione iniziale",
"nl": "Eerste uitgave",
"pl": "Pierwsze wydanie",
"pt": "lan\u00e7amento inicial",
"ru": "\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f",
"uk": "\u043f\u043e\u0447\u0430\u0442\u043a\u043e\u0432\u0438\u0439 \u0432\u0438\u043f\u0443\u0441\u043a",
"zh-cn": "\u9996\u6b21\u51fa\u7248"
}
},
"platform": "Javascript/Node.js",
"readme": "https://github.com/Monschichi/ioBroker.boscheasycontrol/blob/main/README.md",
"titleLang": {
"de": "Bosch Easy Control",
"en": "Bosch EasyControl",
"es": "Easy Control de Bosch",
"fr": "Bosch Easy Control",
"it": "Bosch Easy Control",
"nl": "Bosch EasyControl",
"pl": "Bosch EasyControl",
"pt": "Bosch EasyControl",
"ru": "\u0411\u043e\u0448 EasyControl",
"uk": "Bosch EasyControl",
"zh-cn": "\u535a\u4e16 EasyControl"
},
"type": "climate-control",
"version": "0.1.0"
},
"encryptedNative": [
"password"
],
"instanceObjects": [
{
"_id": "info",
"common": {
"name": "Information"
},
"native": {},
"type": "channel"
},
{
"_id": "info.connection",
"common": {
"def": false,
"name": "Device or service connected",
"read": true,
"role": "indicator.connected",
"type": "boolean",
"write": false
},
"native": {},
"type": "state"
}
],
"native": {
"accesskey": "",
"password": "",
"serial": ""
},
"objects": [],
"protectedNative": [
"serial",
"accesskey",
"password"
]
}