-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathio-package.json
92 lines (92 loc) · 2.99 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
{
"common": {
"name": "pegelonline",
"version": "0.0.3",
"news": {
"0.0.2": {
"en": "news",
"de": "neues",
"ru": "новое",
"pt": "novidades",
"nl": "nieuws",
"fr": "nouvelles",
"it": "notizie",
"es": "noticias",
"pl": "nowości",
"zh-cn": "新"
},
"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": "PegelOnline",
"titleLang": {
"en": "PegelOnline",
"de": "PegelOnline",
"ru": "PegelOnline",
"pt": "PegelOnline",
"nl": "PegelOnline",
"fr": "PegelOnline",
"it": "PegelOnline",
"es": "PegelOnline",
"pl": "PegelOnline",
"zh-cn": "PegelOnline"
},
"desc": {
"en": "Read some Data from the PegelOnline API",
"de": "Liest einige Daten von der PegelOnline-API",
"ru": "Прочитайте некоторую дату из API PegelOnline",
"pt": "Ler alguma data da API PegelOnline",
"nl": "Lees wat Datum van de PegelOnline API",
"fr": "Lire une date à partir de l'API PegelOnline",
"it": "Leggi qualche data dall'API PegelOnline",
"es": "Lea alguna fecha de la API de PegelOnline",
"pl": "Przeczytaj jakąś datę z API PegelOnline",
"zh-cn": "从PegelOnline API中读取一些日期"
},
"authors": [
"larsdecker <[email protected]>"
],
"keywords": [
"pegelstand",
"wasserstand",
"flussstand"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "pegelonline.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/larsdecker/ioBroker.pegelonline/master/admin/pegelonline.png",
"readme": "https://github.com/larsdecker/ioBroker.pegelonline/blob/master/README.md",
"loglevel": "info",
"mode": "schedule",
"schedule": "*/5 * * * *",
"type": "weather",
"compact": true,
"materialize": true,
"dependencies": [
{
"admin": ">=3.0.0"
},
{
"js-controller": ">=1.4.2"
}
]
},
"native": {
"option1": true,
"option2": "42"
},
"objects": [],
"instanceObjects": []
}