-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathio-package.json
141 lines (141 loc) · 3.94 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"common": {
"name": "bydbatt",
"version": "1.1.0",
"news": {
"1.1.0": {
"en": "switch to intervall",
"de": "wechsel in intervall",
"ru": "перейти к интервалу",
"pt": "mudar para intervalo",
"nl": "wisselen naar intervall",
"fr": "commutation à intervalles",
"it": "passare all'intervallo",
"es": "cambiar a intervalo",
"pl": "przełączać się",
"uk": "вимикач на інтервал",
"zh-cn": "a. 转换到间隔"
},
"1.0.8": {
"en": "io-package corr",
"de": "io-package korrekturen"
},
"1.0.7": {
"en": "cloud corr",
"de": "cloud korrekturen"
},
"1.0.6": {
"en": "js-controller",
"de": "js-controller"
},
"1.0.5": {
"en": "add user selector and Batteryarray up to 9 ",
"de": "Benutzerauswahl und Batteriearray bis zu 9 hinzufügen",
"ru": "добавить пользовательский селектор и Batteryarray до 9",
"pt": "adicionar seletor de usuário e matriz de bateria até 9",
"nl": "voeg gebruikersselector en Batteryarray toe tot 9",
"fr": "ajouter un sélecteur d'utilisateur et Batteryarray jusqu'à 9",
"it": "aggiungere selettore utente e Batteryarray fino a 9",
"es": "agregue selector de usuario y Batteryarray hasta 9",
"pl": "dodaj selektor użytkownika i tablicę baterii do 9",
"zh-cn": "最多添加9个用户选择器和Batteryarray"
},
"1.0.4": {
"en": "corr psw save method",
"de": "corr psw save method"
},
"1.0.3": {
"en": "stable",
"de": "stable"
}
},
"title": "bydbatt",
"titleLang": {
"en": "bydbatt",
"de": "bydbatt",
"ru": "bydbatt",
"pt": "bydbatt",
"nl": "bydbatt",
"fr": "bydbatt",
"it": "bydbatt",
"es": "bydbatt",
"pl": "bydbatt"
},
"desc": {
"en": "connects byd Battery array to ioBroker",
"de": "verbindet byd Battery Array mit ioBroker",
"ru": "подключает массив byd Battery к ioBroker",
"pt": "conecta a matriz de bateria byd ao ioBroker",
"nl": "verbindt byd Battery-array met ioBroker",
"fr": "connecte le tableau de batteries byd à ioBroker",
"it": "collega l'array di batterie byd a ioBroker",
"es": "conecta el conjunto de baterías byd a ioBroker",
"pl": "łączy byd Battery array z ioBroker",
"zh-cn": "将BYD电池阵列连接到ioBroker"
},
"authors": [
"arteck <[email protected]>"
],
"keywords": [
"byd",
"Battery",
"ioBroker",
"home automation"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "byd-batterybox.png",
"enabled": true,
"mode": "daemon",
"extIcon": "https://raw.githubusercontent.com/arteck/ioBroker.bydbatt/master/admin/byd-batterybox.png",
"readme": "https://github.com/arteck/ioBroker.bydbatt/blob/master/README.md",
"loglevel": "info",
"type": "household",
"compact": true,
"materialize": true,
"materializeTab": true,
"connectionType": "local",
"dataSource": "push",
"dependencies": [
{
"js-controller": ">=3.0.0"
}
]
},
"encryptedNative": [
"password"
],
"protectedNative": [
"password"
],
"native": {
"interval": 60,
"ipaddress": "0.0.0.0",
"password": ""
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}