forked from TA2k/ioBroker.nina
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
executable file
·154 lines (154 loc) · 4.46 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
150
151
152
153
154
{
"common": {
"name": "nina",
"version": "0.0.23",
"news": {
"0.0.23": {
"de": "Alle Stateveränderungen sind jetzt async"
},
"0.0.22": {
"de": "Optionen zum Filtern und JSON Ausgabe hinzugefügt."
},
"0.0.21": {
"de": "Adapter neugeschrieben damit Objekte im ioBroker sich nur noch ändern wenn eine Änderung vorhanden ist."
},
"0.0.19": {
"de": "Auslastung reduziert. Objekte werden nur geändert wenn die Warnungen sich ändern."
},
"0.0.17": {
"de": "Bessere Fehlerhandling und Option zum ignorieren der areas hinzugefügt."
},
"0.0.15": {
"de": "403 Fehlermeldungen werden ignoriert"
},
"0.0.14": {
"de": "Fix für AGS die auf 0 enden"
},
"0.0.13": {
"de": "Identifierliste hinzugefügt"
},
"0.0.12": {
"de": "Improve deleting, fix gzip problem"
},
"0.0.11": {
"de": "Fix warning not visible"
},
"0.0.9": {
"de": "Fix Info connection"
},
"0.0.8": {
"de": "Katwarn Warnungen hinzugefügt."
},
"0.0.7": {
"de": "BiwApp Warnungen hinzugefügt."
},
"0.0.6": {
"de": "NumberOfWarns werden nur geändert wenn eine Änderung vorliegt"
},
"0.0.5": {
"de": "Option für Beispielwarnung."
},
"0.0.4": {
"de": "Mehrere Warnungen werden jetzt korrekt angezeigt."
},
"0.0.3": {
"de": "Unwetter und Hochwasserwarnungen hinzugefügt"
},
"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": "首次出版"
}
},
"title": "Notfall-Informations- und Nachrichten-App",
"titleLang": {
"en": "Notfall-Informations- und Nachrichten-App",
"de": "Notfall-Informations- und Nachrichten-App",
"ru": "Notfall-информация- и Nachrichten-приложение",
"pt": "Notfall-Informations- und Nachrichten-App",
"nl": "Notfall-Informations- und Nachrichten-App",
"fr": "Notfall-Informations- und Nachrichten-App",
"it": "Notfall-Informations- und Nachrichten-App",
"es": "Notfall-Informations- und Nachrichten-App",
"pl": "Notfall-Informations- und Nachrichten-App",
"zh-cn": "Notfall-Informations- und Nachrichten-App"
},
"desc": {
"en": "Notfall-Informations- und Nachrichten-App",
"de": "Notfall-Informations- und Nachrichten-App",
"ru": "Notfall-информация- и Nachrichten-приложение",
"pt": "Notfall-Informations- und Nachrichten-App",
"nl": "Notfall-Informations- und Nachrichten-App",
"fr": "Notfall-Informations- und Nachrichten-App",
"it": "Notfall-Informations- und Nachrichten-App",
"es": "Notfall-Informations- und Nachrichten-App",
"pl": "Notfall-Informations- und Nachrichten-App",
"zh-cn": "Notfall-Informations- und Nachrichten-App"
},
"authors": [
"tomboxi <[email protected]>"
],
"keywords": [
"NINA",
"Gefahrenwarnung",
"Warnung",
"KATWARN"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "nina.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.nina/master/admin/nina.png",
"readme": "https://github.com/TA2k/ioBroker.nina/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "misc-data",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"dependencies": [
{
"js-controller": ">=1.4.2"
}
]
},
"native": {
"interval": 5,
"rsArray": "",
"example": false,
"showArea": false
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}