-
Notifications
You must be signed in to change notification settings - Fork 5
/
io-package.json
149 lines (146 loc) · 5.67 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
142
143
144
145
146
147
148
149
{
"common":{
"name":"wiffi-wz",
"version":"2.2.1",
"news":{
"2.2.0": {
"en": "fixed problem with numeric state names",
"de": "Problem mit numerischen Zustandsnamen behoben",
"ru": "исправлена проблема с числовыми именами состояний",
"pt": "problema corrigido com nomes de estados numéricos",
"nl": "probleem met numerieke statusnamen opgelost",
"fr": "problème fixe avec les noms d'état numériques",
"it": "risolto problema con nomi di stato numerici",
"es": "problema solucionado con nombres de estado numéricos",
"pl": "naprawiono problem z numerycznymi nazwami stanów",
"zh-cn": "解决了数字状态名称的问题"
},
"2.1.5":{
"en": "fixed problem with numeric state names",
"de": "Problem mit numerischen Zustandsnamen behoben",
"ru": "исправлена проблема с числовыми именами состояний",
"pt": "problema corrigido com nomes de estados numéricos",
"nl": "probleem met numerieke statusnamen opgelost",
"fr": "problème fixe avec les noms d'état numériques",
"it": "risolto problema con nomi di stato numerici",
"es": "problema solucionado con nombres de estado numéricos",
"pl": "naprawiono problem z numerycznymi nazwami stanów",
"zh-cn": "解决了数字状态名称的问题"
},
"2.1.0":{
"en":"Added support for compact mode.",
"de":"Unterstützung für den Kompaktmodus hinzugefügt.",
"ru":"Добавлена поддержка компактного режима.",
"pt":"Adicionado suporte para o modo compacto.",
"nl":"Ondersteuning toegevoegd voor de compacte modus.",
"fr":"Ajout du support pour le mode compact.",
"it":"Aggiunto il supporto per la modalità compatta.",
"es":"Añadido soporte para el modo compacto.",
"pl":"Dodano obsługę trybu kompaktowego.",
"zh-cn":"增加了对紧凑模式的支持。"
},
"2.0.0":{
"en":"states are created and deleted by examining the received datagram",
"de":"Zustände werden erstellt und gelöscht, indem das empfangene Datagramm untersucht wird",
"ru":"состояния создаются и удаляются путем изучения полученной дейтаграммы",
"pt":"estados são criados e excluídos, examinando o datagrama recebido",
"nl":"staten worden gemaakt en verwijderd door het ontvangen datagram te bekijken",
"fr":"les états sont créés et supprimés en examinant le datagramme reçu",
"it":"gli stati vengono creati ed eliminati esaminando il datagramma ricevuto",
"es":"Los estados se crean y eliminan al examinar el datagrama recibido",
"pl":"stany są tworzone i usuwane poprzez zbadanie odebranego datagramu"
}
},
"license":"MIT",
"authors":[
"Christian Vorholt <[email protected]>"
],
"titleLang":{
"en":"wiffi-wz",
"de":"wiffi-wz",
"ru":"wiffi-wz",
"pt":"wiffi-wz",
"nl":"wiffi-wz",
"fr":"wiffi-wz",
"it":"wiffi-wz",
"es":"wiffi-wz",
"pl":"wiffi-wz"
},
"desc":{
"en":"ioBroker adapter for Wiffi-wz, Weatherman and Rainyman",
"de":"ioBroker Adapter für Wiffi-wz, Weatherman und Rainyman",
"ru":"адаптер ioBroker для Wiffi-wz, Weatherman и Rainyman",
"pt":"Adaptador ioBroker para Wiffi-wz, Weatherman e Rainyman",
"nl":"ioBroker-adapter voor Wiffi-wz, Weatherman en Rainyman",
"fr":"Adaptateur ioBroker pour Wiffi-wz, Weatherman et Rainyman",
"it":"adattatore ioBroker per Wiffi-wz, Weatherman e Rainyman",
"es":"Adaptador ioBroker para Wiffi-wz, Weatherman y Rainyman",
"pl":"Adapter ioBroker dla Wiffi-wz, Weatherman i Rainyman"
},
"platform":"Javascript/Node.js",
"mode":"daemon",
"icon":"wiffi-wz.png",
"enabled":false,
"compact":true,
"stopBeforeUpdate":true,
"stopTimeout":3000,
"extIcon":"https://raw.githubusercontent.com/t4qjXH8N/ioBroker.wiffi-wz/master/admin/wiffi-wz.png",
"keywords":[
"wiffi",
"wiffi-wz"
],
"readme":"https://github.com/t4qjXH8N/ioBroker.wiffi-wz/blob/master/README.md",
"loglevel":"info",
"type":"hardware",
"materialize":true,
"restartAdapters":[
]
},
"native":{
"local_server_ip":"0.0.0.0",
"local_server_port":8181,
"devices":[
{
"name":"Wiffi",
"ip":"0.0.0.0",
"room":""
}
],
"wiffi_target":"IOBroker",
"wiffi_target_ccu_ip":"homematic-ccu2"
},
"objects":[
],
"instanceObjects":[
{
"_id":"root",
"type":"device",
"common":{
"name":"root"
},
"native":{
}
},
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If server is listening",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}