-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
156 lines (156 loc) · 5 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
155
156
{
"common": {
"name": "waste-collection-erding",
"version": "0.0.2",
"news": {
"0.0.2": {
"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",
"uk": "Початкова версія",
"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",
"uk": "Початкова версія",
"zh-cn": "首次出版"
}
},
"titleLang": {
"en": "Waste Collection Erding",
"de": "Müllabfuhr Erding",
"ru": "Слава Украины",
"pt": "Recolha de resíduos Erding",
"nl": "Afvalinzameling Erding",
"fr": "Collecte des déchets à Erding",
"it": "Raccolta rifiuti Erding",
"es": "Recogida de residuos Erding",
"pl": "Zbieranie odpadów Erding",
"uk": "Збір відходів Ердінг",
"zh-cn": "垃圾收集 艾丁"
},
"desc": {
"en": "Adapter for waste collection in the district of Erding",
"de": "Adapter für Müllabfuhr im Landkreis Erding",
"ru": "Слава Украины",
"pt": "Adaptador para a recolha de resíduos no distrito de Erding",
"nl": "Adapter voor afvalinzameling in het district Erding",
"fr": "Adaptateur pour la collecte des déchets dans le district d'Erding",
"it": "Adattatore per la raccolta dei rifiuti nel distretto di Erding",
"es": "Adaptador para la recogida de residuos en el distrito de Erding",
"pl": "Adapter do zbiórki odpadów w powiecie Erding",
"uk": "Адаптер для збору сміття в районі Ердінг",
"zh-cn": "埃丁区垃圾收集适配器"
},
"authors": [
"Sickboy78 <asmoday_666@gmx.de>"
],
"keywords": [
"waste collection",
"Erding"
],
"licenseInformation": {
"type": "free",
"license": "MIT"
},
"platform": "Javascript/Node.js",
"icon": "logo.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Sickboy78/ioBroker.waste-collection-erding/main/admin/logo.png",
"readme": "https://github.com/Sickboy78/ioBroker.waste-collection-erding/blob/main/README.md",
"loglevel": "info",
"tier": 3,
"mode": "schedule",
"schedule": "5 * * * *",
"type": "date-and-time",
"connectionType": "cloud",
"dataSource": "poll",
"compact": true,
"adminUI": {
"config": "materialize",
"tab": "materialize"
},
"dependencies": [
{
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=4.0.9"
}
]
},
"native": {
"place_id": "",
"district_id": "",
"fraction_ids": ""
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.lastUpdate",
"type": "state",
"common": {
"role": "date",
"name": "Last time data updated",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.version",
"type": "state",
"common": {
"role": "info.version",
"name": "Adapter version",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "events",
"type": "channel",
"common": {
"name": "Events"
},
"native": {}
},
{
"_id": "nextEvent",
"type": "channel",
"common": {
"name": "Next Event"
},
"native": {}
}
]
}