-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathio-package.json
111 lines (111 loc) · 5.16 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
{
"common": {
"name": "airconwithme",
"version": "0.0.4",
"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",
"zh-cn": "首次出版"
},
"0.0.2": {
"en": "Some minor fixes to build pipeline",
"de": "Einige kleinere Korrekturen zum Erstellen der Pipeline",
"ru": "Некоторые мелкие исправления для сборки конвейера",
"pt": "Algumas pequenas correções para construir pipeline",
"nl": "Enkele kleine fixes om een pijplijn te bouwen",
"fr": "Quelques corrections mineures pour créer un pipeline",
"it": "Alcune correzioni minori per costruire la pipeline",
"es": "Algunas correcciones menores para construir una canalización",
"pl": "Kilka drobnych poprawek do budowy potoku",
"zh-cn": "一些较小的修复程序来构建管道"
},
"0.0.3": {
"en": "Some minor fixes to build pipeline",
"de": "Einige kleinere Korrekturen zum Erstellen der Pipeline",
"ru": "Некоторые мелкие исправления для сборки конвейера",
"pt": "Algumas pequenas correções para construir pipeline",
"nl": "Enkele kleine fixes om een pijplijn te bouwen",
"fr": "Quelques corrections mineures pour créer un pipeline",
"it": "Alcune correzioni minori per costruire la pipeline",
"es": "Algunas correcciones menores para construir una canalización",
"pl": "Kilka drobnych poprawek do budowy potoku",
"zh-cn": "一些较小的修复程序来构建管道"
},
"0.0.4": {
"en": "Bugfix username and password",
"de": "Bugfix Benutzername und Passwort",
"ru": "Исправлено имя пользователя и пароль",
"pt": "Correção de usuário e senha",
"nl": "Gebruikersnaam en wachtwoord voor bugfix",
"fr": "Nom d'utilisateur et mot de passe de correction de bogue",
"it": "Nome utente e password corretti per bug",
"es": "Corrección de errores de nombre de usuario y contraseña",
"pl": "Nazwa użytkownika i hasło do naprawy błędów",
"zh-cn": "修正用户名和密码"
}
},
"title": "AirConWithMe",
"titleLang": {
"en": "AirConWithMe",
"de": "AirConWithMe",
"ru": "AirConWithMe",
"pt": "AirConWithMe",
"nl": "AirConWithMe",
"fr": "AirConWithMe",
"it": "AirConWithMe",
"es": "AirConWithMe",
"pl": "AirConWithMe",
"zh-cn": "AirConWithMe"
},
"desc": {
"en": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter",
"de": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter",
"ru": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter",
"pt": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter",
"nl": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter",
"fr": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter",
"it": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter",
"es": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter",
"pl": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter",
"zh-cn": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter"
},
"authors": [
"Torsten Weggen <weggen@bitboxx.net>"
],
"keywords": [
"iobroker adapter aircondition mitsubishi"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "airconwithme.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/weggetor/ioBroker.airconwithme/master/admin/airconwithme.png",
"readme": "https://github.com/weggetor/ioBroker.airconwithme/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "climate-control",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"materialize": true,
"materializeTab": false,
"supportCustoms": false,
"dependencies": [
{
"js-controller": ">=2.0.0"
}
]
},
"native": {},
"objects": [],
"instanceObjects": []
}