iobroker.waip-web 0.7.2 → 0.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG_OLD.md +361 -0
- package/README.md +44 -360
- package/io-package.json +41 -42
- package/package.json +8 -4
package/CHANGELOG_OLD.md
ADDED
|
@@ -0,0 +1,361 @@
|
|
|
1
|
+
# Older changes
|
|
2
|
+
|
|
3
|
+
### 0.7.1 (2026-08-21)
|
|
4
|
+
|
|
5
|
+
- Added a License badge to the README.
|
|
6
|
+
|
|
7
|
+
### 0.7.0 (2026-08-21)
|
|
8
|
+
|
|
9
|
+
- Prepared the admin UI for community translation via
|
|
10
|
+
[ioBroker's Weblate](https://weblate.iobroker.net/engage/adapters/):
|
|
11
|
+
added `@iobroker/adapter-dev` as a dev dependency (`npm run
|
|
12
|
+
translate`), converted `admin/jsonConfig.json`'s `label`/`help` fields
|
|
13
|
+
from inline `en`/`de` objects to plain English keys, and added
|
|
14
|
+
`admin/i18n/{en,de,ru,pt,nl,fr,it,es,pl,uk,zh-cn}.json` (German
|
|
15
|
+
curated manually, the rest auto-translated via the official
|
|
16
|
+
`translate-adapter` tool — the same tool that already maintains the
|
|
17
|
+
`io-package.json` translations). Added a "Translation status" badge to
|
|
18
|
+
the README; like the "installed"/"stable" badges, it only shows real
|
|
19
|
+
data once the adapter is actually registered as a component on
|
|
20
|
+
weblate.iobroker.net (not done yet).
|
|
21
|
+
|
|
22
|
+
### 0.6.11 (2026-08-21)
|
|
23
|
+
|
|
24
|
+
- README: logo now shown enlarged (115×115) via a new
|
|
25
|
+
`admin/waip-web-logo.png`, nearest-neighbor-scaled from the 32×32
|
|
26
|
+
source icon for a crisp (if visibly pixelated) result instead of a
|
|
27
|
+
blurry interpolated one — no higher-resolution source exists anywhere
|
|
28
|
+
in the WAIP-Web ecosystem (checked the Lausitz instance and the
|
|
29
|
+
upstream project, both use the same 32×32 favicon). The actual
|
|
30
|
+
ioBroker adapter icon (`admin/waip-web.png`, referenced from
|
|
31
|
+
`io-package.json`) is unchanged.
|
|
32
|
+
- Simplified the README title back to "ioBroker.waip-web".
|
|
33
|
+
|
|
34
|
+
### 0.6.10 (2026-08-21)
|
|
35
|
+
|
|
36
|
+
- Added the adapter logo and npm/installation badges (NPM version,
|
|
37
|
+
downloads, installed, stable) to the README, matching standard
|
|
38
|
+
ioBroker adapter conventions. The "installed"/"stable" badges won't
|
|
39
|
+
show meaningful data until the adapter is listed in the official
|
|
40
|
+
[ioBroker.repositories](https://github.com/ioBroker/ioBroker.repositories)
|
|
41
|
+
("latest" repository PR pending), but will populate automatically once
|
|
42
|
+
it is.
|
|
43
|
+
|
|
44
|
+
### 0.6.9 (2026-08-21)
|
|
45
|
+
|
|
46
|
+
- Fixed adapter-checker finding **[E254]**: removed `common.news` entries
|
|
47
|
+
for versions that were never actually published to npm (`0.6.1`–`0.6.5`,
|
|
48
|
+
`0.6.7` were only version bumps in git/GitHub, without a matching
|
|
49
|
+
tagged npm release). `common.news` now only lists versions that really
|
|
50
|
+
exist on the npm registry (`0.6.6`, `0.6.8`); the full history remains
|
|
51
|
+
in this changelog regardless of what was actually published.
|
|
52
|
+
|
|
53
|
+
### 0.6.8 (2026-08-21)
|
|
54
|
+
|
|
55
|
+
- Renamed the README title to "ioBroker-Adapter (ioBroker.waip-web)".
|
|
56
|
+
- This release doubles as the first end-to-end test of the automatic
|
|
57
|
+
npm publish via Trusted Publishing introduced in 0.6.7.
|
|
58
|
+
|
|
59
|
+
### 0.6.7 (2026-08-21)
|
|
60
|
+
|
|
61
|
+
- Enabled automatic npm publishing: the `deploy` job in
|
|
62
|
+
`.github/workflows/test-and-release.yml` is no longer commented out
|
|
63
|
+
and now runs on every version tag (`vX.Y.Z`), publishing to npm via
|
|
64
|
+
[Trusted Publishing](https://docs.npmjs.com/trusted-publishers) (OIDC,
|
|
65
|
+
no `NPM_TOKEN` secret needed).
|
|
66
|
+
|
|
67
|
+
### 0.6.6 (2026-08-21)
|
|
68
|
+
|
|
69
|
+
- Added `.gitattributes` `eol=lf` so all contributors get consistent LF
|
|
70
|
+
line endings regardless of their local git `autocrlf` setting
|
|
71
|
+
(previously caused hundreds of spurious local lint errors on Windows
|
|
72
|
+
without affecting CI, since CI checkouts weren't affected).
|
|
73
|
+
- Added `package-lock.json` and switched CI to the default `npm ci` with
|
|
74
|
+
caching instead of `npm install` without caching, now that a lockfile
|
|
75
|
+
exists.
|
|
76
|
+
|
|
77
|
+
### 0.6.5 (2026-08-21)
|
|
78
|
+
|
|
79
|
+
- Fixed all issues reported by the official [ioBroker adapter checker](https://adapter-check.iobroker.in/):
|
|
80
|
+
- Bumped the required `js-controller` dependency to `>=5.0.19` and `@iobroker/adapter-core` to `^3.2.2`
|
|
81
|
+
- Replaced the deprecated `common.license`/`common.title`/`common.main` fields with `common.licenseInformation`/`common.titleLang`; `common.main` is redundant with `package.json`'s `main` field
|
|
82
|
+
- Added the required `common.tier` (`2` - external/cloud data source)
|
|
83
|
+
- Added translations of `titleLang`, `desc` and the kept `common.news` entries into all 10 additional ioBroker admin languages (ru, pt, nl, fr, it, es, pl, uk, zh-cn)
|
|
84
|
+
- Trimmed `common.news` to the 7 most recent entries, as recommended (the repository builder truncates there anyway); the full history stays in this changelog
|
|
85
|
+
|
|
86
|
+
### 0.6.4 (2026-08-21)
|
|
87
|
+
|
|
88
|
+
- New state `status.registeredMonitorName` shows the registered monitor
|
|
89
|
+
as text without the ID (e.g. "Leitstelle: Lausitz"), resolved once at
|
|
90
|
+
startup from the same `/waip/` overview page as the admin dropdown.
|
|
91
|
+
`status.registeredMonitor` is unchanged and keeps showing the ID.
|
|
92
|
+
|
|
93
|
+
### 0.6.3 (2026-08-21)
|
|
94
|
+
|
|
95
|
+
- Admin UI: the Monitor ID field is now always full-width, placed on its
|
|
96
|
+
own row below the WAIP server URL, so the (sometimes long) dropdown
|
|
97
|
+
entries have enough room to display without being cramped.
|
|
98
|
+
|
|
99
|
+
### 0.6.2 (2026-08-21)
|
|
100
|
+
|
|
101
|
+
- Monitor dropdown entries are now sorted by numeric monitor ID instead
|
|
102
|
+
of following the source page's (per-category) order.
|
|
103
|
+
|
|
104
|
+
### 0.6.1 (2026-08-21)
|
|
105
|
+
|
|
106
|
+
- Monitor dropdown entries now start with the actual monitor ID, e.g.
|
|
107
|
+
"4 - Leitstelle: Lausitz", so the numeric ID stays visible even after
|
|
108
|
+
a monitor has been selected.
|
|
109
|
+
|
|
110
|
+
### 0.6.0 (2026-08-21)
|
|
111
|
+
|
|
112
|
+
- **Admin UI:** Monitor ID is now a live dropdown (`selectSendTo`) instead
|
|
113
|
+
of a plain text field. The adapter fetches the configured server's
|
|
114
|
+
public `/waip/` overview page on demand and offers every monitor it
|
|
115
|
+
finds there, grouped by Leitstelle/Kreis/Träger/Wache, with "Alle
|
|
116
|
+
Wachalarme" (ID `0`) as an explicit first option. Manual entry remains
|
|
117
|
+
available if the server can't be reached or uses a different page
|
|
118
|
+
layout, so existing configurations keep working unchanged.
|
|
119
|
+
- Removed the static "session keepalive interval" info text from the
|
|
120
|
+
admin UI (the behavior itself is unchanged).
|
|
121
|
+
- Added help text to the "Registration timeout" and "Reconnect delay"
|
|
122
|
+
fields.
|
|
123
|
+
|
|
124
|
+
### 0.5.1 (2026-08-21)
|
|
125
|
+
|
|
126
|
+
- **Logging:** Reclassified log levels so `warn` becomes a reliable signal
|
|
127
|
+
again. Session-cookie rotation, the known "Fehler beim Erneuern der
|
|
128
|
+
Session" server message, and detected server restarts are now logged
|
|
129
|
+
as `info` instead of `warn`, since they're part of this instance's
|
|
130
|
+
normal, self-healing ~10-minute session cycle. Events discarded for a
|
|
131
|
+
different monitor ID are now `info` (frequency remains tracked via
|
|
132
|
+
`debug.ignoredCount`). Failures that only affect internal housekeeping
|
|
133
|
+
(`debug.monitorAudit`, socket cleanup) are now `debug`. A duplicate
|
|
134
|
+
`connect_error` log line (logged once at `warn`, once at `info`) was
|
|
135
|
+
removed. Introduced `error` level for cases where an incident,
|
|
136
|
+
feedback, route or TTS event genuinely failed to be processed (actual
|
|
137
|
+
data loss), so these now stand out instead of being buried among
|
|
138
|
+
routine `warn` noise.
|
|
139
|
+
|
|
140
|
+
### 0.5.0 (2026-08-20)
|
|
141
|
+
|
|
142
|
+
- **Behavior change:** On `io.standby`, all `einsatz.*` states (including
|
|
143
|
+
`einsatz.json` and all counters) are now cleared instead of leaving the
|
|
144
|
+
finished incident's data in place – matching the official frontend,
|
|
145
|
+
which also clears keyword, location data etc. on standby.
|
|
146
|
+
`status.alarmAktiv` is therefore now a reliable switch for whether
|
|
147
|
+
`einsatz.*` currently holds real live data. The finished incident
|
|
148
|
+
remains fully available via `einsatz.history10` (archived there first).
|
|
149
|
+
|
|
150
|
+
### 0.4.9 (2026-08-20)
|
|
151
|
+
|
|
152
|
+
- **CI fix:** Reverted a self-introduced, unnecessary line wrap in
|
|
153
|
+
`connect()` (engine-packet preview) – `prettier/prettier` flagged it as
|
|
154
|
+
superfluous; the line actually fits on one line within the configured
|
|
155
|
+
print width.
|
|
156
|
+
|
|
157
|
+
### 0.4.8 (2026-08-20)
|
|
158
|
+
|
|
159
|
+
- **CI fix:** Fixed the final 16 lint errors – this time the complete,
|
|
160
|
+
non-truncated error list including the exact desired replacement text
|
|
161
|
+
was available, so every location could be corrected precisely 1:1
|
|
162
|
+
(line wraps for overly long calls/objects, one `prefer-template`
|
|
163
|
+
case). Lint should now be fully green.
|
|
164
|
+
|
|
165
|
+
### 0.4.7 (2026-08-20)
|
|
166
|
+
|
|
167
|
+
- **CI fix:** Fixed the remaining lint errors in `main.js` – consistently
|
|
168
|
+
applied `curly` (braces even for single-line `if`/`for`),
|
|
169
|
+
`no-unused-vars` for empty `catch` blocks (`catch (e) {}` → `catch {}`
|
|
170
|
+
where `e` isn't used), and `arrowParens: avoid` (removed parentheses
|
|
171
|
+
around single-parameter arrow functions). Purely mechanical code-style
|
|
172
|
+
fixes, no behavior change.
|
|
173
|
+
|
|
174
|
+
### 0.4.6 (2026-08-20)
|
|
175
|
+
|
|
176
|
+
- **CI fix:** The `lint` step failed with hundreds of formatting errors
|
|
177
|
+
(e.g. "Replace 'x' with "x""). Cause: `@iobroker/eslint-config`
|
|
178
|
+
requires its own `prettier.config.mjs` in addition to
|
|
179
|
+
`eslint.config.mjs`, re-exporting the ioBroker formatting style
|
|
180
|
+
(single quotes, 4-space indentation, `trailingComma: 'all'`) – without
|
|
181
|
+
it, Prettier fell back to its own defaults (double quotes). File added.
|
|
182
|
+
|
|
183
|
+
### 0.4.5 (2026-08-20)
|
|
184
|
+
|
|
185
|
+
- **CI fix:** The first pipeline run failed with "Dependencies lock file
|
|
186
|
+
is not found". Cause: `actions/setup-node`'s built-in npm caching
|
|
187
|
+
needs a `package-lock.json` for its cache key, independent of the
|
|
188
|
+
install command used. Since none is committed to the repo yet,
|
|
189
|
+
`package-cache: 'false'` is now set on both jobs.
|
|
190
|
+
|
|
191
|
+
### 0.4.4 (2026-08-20)
|
|
192
|
+
|
|
193
|
+
- Set up the CI pipeline (`.github/workflows/test-and-release.yml`),
|
|
194
|
+
following the standard pattern of the official
|
|
195
|
+
`@iobroker/create-adapter` template: a `check-and-lint` job (ESLint
|
|
196
|
+
via `@iobroker/eslint-config`) and an `adapter-tests` matrix (Node
|
|
197
|
+
20/22/24 × Ubuntu/Windows/macOS) via the central
|
|
198
|
+
`testing-action-check`/`testing-action-adapter` actions. Added
|
|
199
|
+
`test/package.js` and `test/integration.js` (`@iobroker/testing`)
|
|
200
|
+
plus `eslint.config.mjs` for this; bumped `@iobroker/testing` to
|
|
201
|
+
`^5.2.2`. Since no `package-lock.json` is committed yet, the pipeline
|
|
202
|
+
uses `npm install` instead of `npm ci`.
|
|
203
|
+
- Raised `engines.node` in `package.json` to `>=18` (matching the tested
|
|
204
|
+
Node versions and `@iobroker/testing` 5.x's requirements)
|
|
205
|
+
- A `deploy` job (automatic npm publishing) is prepared but commented
|
|
206
|
+
out until npm Trusted Publishing is set up
|
|
207
|
+
|
|
208
|
+
### 0.4.3 (2026-08-20)
|
|
209
|
+
|
|
210
|
+
- **Bugfix:** `einsatz.id` and `einsatz.sondersignal` were declared as
|
|
211
|
+
`string`, but the server actually sends them as numbers
|
|
212
|
+
(`sondersignal`, per `client_waip.js`: `switch (data.sondersignal) {
|
|
213
|
+
case 1: ... }`) – ioBroker therefore logged a type warning on every
|
|
214
|
+
incident. Both states are now declared as `number`. Existing objects
|
|
215
|
+
with the old (wrong) type are automatically recreated on the next
|
|
216
|
+
adapter start (`migrateObjectTypes()`, generic for future type
|
|
217
|
+
corrections).
|
|
218
|
+
|
|
219
|
+
### 0.4.2 (2026-08-20)
|
|
220
|
+
|
|
221
|
+
- Removed the "Session keepalive interval – upper bound" config field
|
|
222
|
+
again: the official `/js/session_keepalive.js` on the site hard-codes
|
|
223
|
+
this upper bound at 5 minutes and doesn't make it configurable. Having
|
|
224
|
+
an admin field for it wrongly suggested a fixed interval, even though
|
|
225
|
+
the actual renewal has long been fully automatic (see 0.4.1). The
|
|
226
|
+
upper bound is now likewise fixed at 5 minutes.
|
|
227
|
+
|
|
228
|
+
### 0.4.1 (2026-08-20)
|
|
229
|
+
|
|
230
|
+
- **Robustness:** The session keepalive interval is now adaptive instead
|
|
231
|
+
of a fixed assumption. WAIP-Web's source code (`server/app_cfg.js`)
|
|
232
|
+
shows that the session cookie's lifetime is configurable per instance
|
|
233
|
+
via an environment variable (server default: 60s instead of the
|
|
234
|
+
previously assumed 10 minutes) – the adapter now derives the renewal
|
|
235
|
+
interval from the expiry time actually reported by the server
|
|
236
|
+
(matching `/js/session_keepalive.js` on the site: 80% of the observed
|
|
237
|
+
lifetime, min. 55s, at most the configured upper bound). The "Session
|
|
238
|
+
keepalive interval" config option is accordingly now an upper bound
|
|
239
|
+
rather than a fixed interval.
|
|
240
|
+
- Corrected a comment about `io.version`/server restarts: per
|
|
241
|
+
`server/auth.js`, WAIP-Web stores sessions persistently (SQLite), not
|
|
242
|
+
in-memory – a restart therefore normally doesn't clear them. The
|
|
243
|
+
proactive session refresh + reconnect on server restart remains as a
|
|
244
|
+
general safeguard, only the previous justification was inaccurate.
|
|
245
|
+
|
|
246
|
+
### 0.4.0 (2026-08-20)
|
|
247
|
+
|
|
248
|
+
- **Restructured the object tree:** Feedback and routes are 1:n lists
|
|
249
|
+
per incident and now live as nested JSON arrays inside one overall
|
|
250
|
+
object `einsatz.json` (including `emAlarmiert[]`, `emWeitere[]`,
|
|
251
|
+
`routen[]`, `rueckmeldungen[]`) instead of several loose states.
|
|
252
|
+
- `einsatz.history10` replaces `history.last10` – now with the **full**
|
|
253
|
+
nested incident object per entry instead of just 6 reduced fields.
|
|
254
|
+
- New counters directly under `einsatz.*`: `routenGesamt`,
|
|
255
|
+
`rueckmeldungGesamt`, `rueckmeldungAnzahl.{ek,gf,zf,vf,agt,fzf,ma,med}`
|
|
256
|
+
(replaces `rueckmeldung.counts.*`).
|
|
257
|
+
- `einsatz.latitude`/`einsatz.longitude` replace
|
|
258
|
+
`geo.latitude`/`geo.longitude` (position is additionally available in
|
|
259
|
+
`einsatz.json.position`).
|
|
260
|
+
- New state `tts.history10` (last 10 TTS announcements).
|
|
261
|
+
- **Removed:** the entire `vis.*` channel, `json.raw`, `json.einsatz`,
|
|
262
|
+
`geo.position`, `rueckmeldung.last.json`, `routen.json`,
|
|
263
|
+
`routen.count`, `einsatz.emWeitere` (now part of `einsatz.json`).
|
|
264
|
+
- The adapter automatically removes all obsolete objects from the
|
|
265
|
+
previous structure on its first start after the update
|
|
266
|
+
(`cleanupObsoleteObjects()`).
|
|
267
|
+
|
|
268
|
+
### 0.3.4 (2026-08-20)
|
|
269
|
+
|
|
270
|
+
- All state names (`common.name`) consistently switched to German
|
|
271
|
+
(previously a mix of English and German) – the adapter only makes
|
|
272
|
+
sense for German-speaking users anyway
|
|
273
|
+
|
|
274
|
+
### 0.3.3 (2026-08-20)
|
|
275
|
+
|
|
276
|
+
- **Bugfix (potential data loss):** For a specific monitor ID (≠ `0`),
|
|
277
|
+
events were silently discarded ("unknownMonitor") after the
|
|
278
|
+
registration timeout elapsed, because real WAIP payloads, per
|
|
279
|
+
`client_waip.js`, **never** contain a monitor-identifying field – that
|
|
280
|
+
assignment happens entirely server-side via Socket.IO rooms. As a
|
|
281
|
+
result, alarm delivery could stop completely after 10s even though
|
|
282
|
+
the connection was technically up. `status.registrationAccepted`
|
|
283
|
+
stayed permanently `false` for the same reason, even for the global
|
|
284
|
+
monitor (`0`). Now any received event confirms the registration;
|
|
285
|
+
events are only discarded if a payload explicitly names a different
|
|
286
|
+
monitor ID.
|
|
287
|
+
|
|
288
|
+
### 0.3.2 (2026-08-20)
|
|
289
|
+
|
|
290
|
+
- Also switched the "Registration timeout" and "Reconnect delay" config
|
|
291
|
+
fields from milliseconds to seconds (`registrationTimeout` →
|
|
292
|
+
`registrationTimeoutSec`, default `10`; `reconnectDelay` →
|
|
293
|
+
`reconnectDelaySec`, default `5`). Existing instances without a newly
|
|
294
|
+
set value automatically use the defaults.
|
|
295
|
+
|
|
296
|
+
### 0.3.1 (2026-08-20)
|
|
297
|
+
|
|
298
|
+
- Switched the "Session keepalive interval" config field from
|
|
299
|
+
milliseconds to seconds (`sessionKeepaliveInterval` →
|
|
300
|
+
`sessionKeepaliveIntervalSec`, still defaulting to 5 min = `300`).
|
|
301
|
+
Existing instances without a newly set value automatically use the
|
|
302
|
+
default.
|
|
303
|
+
|
|
304
|
+
### 0.3.0 (2026-08-20)
|
|
305
|
+
|
|
306
|
+
- **Bugfix:** `wgs84_x`/`wgs84_y` were swapped (latitude/longitude). Per
|
|
307
|
+
the official web frontend (`client_waip.js`), `wgs84_x = latitude,
|
|
308
|
+
wgs84_y = longitude` – contrary to the usual GIS convention.
|
|
309
|
+
`geo.latitude`/`geo.longitude` were therefore swapped for directly
|
|
310
|
+
transmitted coordinates (not the GeoJSON fallback path).
|
|
311
|
+
- Added the missing `io.standby` handler: `status.alarmAktiv` was
|
|
312
|
+
previously never reset when an incident ended
|
|
313
|
+
- Captured new incident fields (previously only contained in the raw
|
|
314
|
+
`json.raw`/`json.einsatz`, now as their own states): `zeitstempel`,
|
|
315
|
+
`einsatznummer`, `objekt`, `objektteil`, `strasse`, `hausnummer`,
|
|
316
|
+
`einsatzdetails`, `besonderheiten`, `permissions`
|
|
317
|
+
- `em_alarmiert` (alerted resources) is now stored in
|
|
318
|
+
`vis.fahrzeugTabelle`, `em_weitere` in `einsatz.emWeitere`
|
|
319
|
+
- Feedback is now collected per incident (`vis.rueckmeldungenTabelle`)
|
|
320
|
+
and aggregated into counters per role/capability
|
|
321
|
+
(`rueckmeldung.counts.*`), mirroring the live badges
|
|
322
|
+
(EK/GF/ZF/VF/AGT/FZF/MA/MED) on the web UI
|
|
323
|
+
- New handlers for `io.error` (→ `debug.lastError`) and `io.version`
|
|
324
|
+
(server-restart detection → session-cookie refresh + forced reconnect)
|
|
325
|
+
- Generalized `reconnectForRotatedSession()` into the more generic
|
|
326
|
+
`forceReconnect(reason)` (now also used on a server version change)
|
|
327
|
+
|
|
328
|
+
### 0.2.1 (2026-08-20)
|
|
329
|
+
|
|
330
|
+
- Detected session-cookie rotation: if `/session/keepalive` returns a
|
|
331
|
+
different cookie value than before (e.g. because the old session was
|
|
332
|
+
already invalid server-side – a missed keepalive, a server restart
|
|
333
|
+
with an in-memory session store), an existing Socket.IO connection is
|
|
334
|
+
now actively rebuilt with the new session instead of waiting for a
|
|
335
|
+
silent failure
|
|
336
|
+
|
|
337
|
+
### 0.2.0 (2026-08-20)
|
|
338
|
+
|
|
339
|
+
- Introduced session-cookie management: the adapter fetches and renews
|
|
340
|
+
the WAIP server's `connect.sid` session cookie itself (`GET
|
|
341
|
+
/session/keepalive`, matching `/js/session_keepalive.js` on the site)
|
|
342
|
+
and attaches it to the Socket.IO connection. Fixes alarm delivery
|
|
343
|
+
stopping after about 10 minutes without an active browser session.
|
|
344
|
+
- New state `debug.sessionExpires` and a new config option "Session
|
|
345
|
+
keepalive interval (ms)" (default `300000`)
|
|
346
|
+
|
|
347
|
+
### 0.1.1 (2026-08-20)
|
|
348
|
+
|
|
349
|
+
- Adopted the favicon from `wachalarm.leitstelle-lausitz.de` as the
|
|
350
|
+
adapter icon (`admin/waip-web.png`), replacing the previous
|
|
351
|
+
placeholder
|
|
352
|
+
- Renamed the GitHub repository from `ioBroker.WAIP-Web` to
|
|
353
|
+
`ioBroker.waip-web` (uppercase letters in the repo name prevented
|
|
354
|
+
installation via `iobroker url` with `Process exited with code 25`);
|
|
355
|
+
updated all URLs in `package.json`/`io-package.json` accordingly
|
|
356
|
+
|
|
357
|
+
### 0.1.0 (2026-08-20)
|
|
358
|
+
|
|
359
|
+
- Initial version: ported the original "WAIP Instrumented v3.9" ioBroker
|
|
360
|
+
JavaScript-adapter script into a standalone adapter. The URL/monitor
|
|
361
|
+
ID now come from the admin configuration instead of a runtime state.
|
package/README.md
CHANGED
|
@@ -206,6 +206,49 @@ inside the JSON value, not their own ioBroker states.
|
|
|
206
206
|
|
|
207
207
|
## Changelog
|
|
208
208
|
|
|
209
|
+
### 0.7.6 (2026-08-21)
|
|
210
|
+
|
|
211
|
+
- Fixed **[W6019]** and **[W0062]**: added `@alcalzone/release-script`
|
|
212
|
+
and `@alcalzone/release-script-plugin-iobroker` as dev dependencies
|
|
213
|
+
(with an `npm run release` script), and split this changelog - the 5
|
|
214
|
+
most recent entries stay here, everything older moved to
|
|
215
|
+
[CHANGELOG_OLD.md](CHANGELOG_OLD.md). Our existing manual
|
|
216
|
+
version-bump/tag workflow (see below) is unchanged; the tool is
|
|
217
|
+
available but not actively used for releasing yet.
|
|
218
|
+
|
|
219
|
+
### 0.7.5 (2026-08-21)
|
|
220
|
+
|
|
221
|
+
- Fixed **[E2004]**: removed the orphaned `0.7.3` entry from
|
|
222
|
+
`common.news` in `io-package.json` - that version (see below) was
|
|
223
|
+
never actually tagged/published to npm, `0.7.2` was followed directly
|
|
224
|
+
by `0.7.4`. Confirmed via a bot recheck that every other finding from
|
|
225
|
+
the last two rounds is now fixed.
|
|
226
|
+
|
|
227
|
+
### 0.7.4 (2026-08-21)
|
|
228
|
+
|
|
229
|
+
- Bumped the `ioBroker/testing-action-check` GitHub Action used by the
|
|
230
|
+
`check-and-lint` CI job from `@v1` to `@v2` (via a
|
|
231
|
+
[Dependabot](https://github.com/rnc11/ioBroker.waip-web/pull/10) PR -
|
|
232
|
+
the first one filed by the `.github/dependabot.yml` added in 0.7.3).
|
|
233
|
+
Purely additive on the action's side (adds an optional `test-command:
|
|
234
|
+
'false'` flag), no behavior change for us.
|
|
235
|
+
|
|
236
|
+
### 0.7.3 (2026-08-21)
|
|
237
|
+
|
|
238
|
+
*(Never tagged/published to npm - superseded directly by 0.7.4; kept
|
|
239
|
+
here for a complete history of what was worked on.)*
|
|
240
|
+
|
|
241
|
+
- Addressed further findings from the official ioBroker Check and
|
|
242
|
+
Service Bot (which re-scans the repository after every push):
|
|
243
|
+
- Removed the deprecated `common.materialize` field from
|
|
244
|
+
`io-package.json` (superseded by `common.adminUI.config`)
|
|
245
|
+
- Raised `engines.node` to `>=22` and dropped Node.js 20 (reached
|
|
246
|
+
End of Life on 2026-04-30) from the CI test matrix
|
|
247
|
+
- Raised the `admin` dependency to `>=7.8.23`
|
|
248
|
+
- Moved the `check-and-lint` CI job to Node 24.x
|
|
249
|
+
- Added `.github/dependabot.yml` for automated dependency updates
|
|
250
|
+
(weekly `npm`/`github-actions` checks)
|
|
251
|
+
|
|
209
252
|
### 0.7.2 (2026-08-21)
|
|
210
253
|
|
|
211
254
|
- README is now English-only (per the official ioBroker adapter checker,
|
|
@@ -230,366 +273,7 @@ inside the JSON value, not their own ioBroker states.
|
|
|
230
273
|
raised the Node.js version used by the `check-and-lint` and `deploy`
|
|
231
274
|
jobs.
|
|
232
275
|
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
- Added a License badge to the README.
|
|
236
|
-
|
|
237
|
-
### 0.7.0 (2026-08-21)
|
|
238
|
-
|
|
239
|
-
- Prepared the admin UI for community translation via
|
|
240
|
-
[ioBroker's Weblate](https://weblate.iobroker.net/engage/adapters/):
|
|
241
|
-
added `@iobroker/adapter-dev` as a dev dependency (`npm run
|
|
242
|
-
translate`), converted `admin/jsonConfig.json`'s `label`/`help` fields
|
|
243
|
-
from inline `en`/`de` objects to plain English keys, and added
|
|
244
|
-
`admin/i18n/{en,de,ru,pt,nl,fr,it,es,pl,uk,zh-cn}.json` (German
|
|
245
|
-
curated manually, the rest auto-translated via the official
|
|
246
|
-
`translate-adapter` tool — the same tool that already maintains the
|
|
247
|
-
`io-package.json` translations). Added a "Translation status" badge to
|
|
248
|
-
the README; like the "installed"/"stable" badges, it only shows real
|
|
249
|
-
data once the adapter is actually registered as a component on
|
|
250
|
-
weblate.iobroker.net (not done yet).
|
|
251
|
-
|
|
252
|
-
### 0.6.11 (2026-08-21)
|
|
253
|
-
|
|
254
|
-
- README: logo now shown enlarged (115×115) via a new
|
|
255
|
-
`admin/waip-web-logo.png`, nearest-neighbor-scaled from the 32×32
|
|
256
|
-
source icon for a crisp (if visibly pixelated) result instead of a
|
|
257
|
-
blurry interpolated one — no higher-resolution source exists anywhere
|
|
258
|
-
in the WAIP-Web ecosystem (checked the Lausitz instance and the
|
|
259
|
-
upstream project, both use the same 32×32 favicon). The actual
|
|
260
|
-
ioBroker adapter icon (`admin/waip-web.png`, referenced from
|
|
261
|
-
`io-package.json`) is unchanged.
|
|
262
|
-
- Simplified the README title back to "ioBroker.waip-web".
|
|
263
|
-
|
|
264
|
-
### 0.6.10 (2026-08-21)
|
|
265
|
-
|
|
266
|
-
- Added the adapter logo and npm/installation badges (NPM version,
|
|
267
|
-
downloads, installed, stable) to the README, matching standard
|
|
268
|
-
ioBroker adapter conventions. The "installed"/"stable" badges won't
|
|
269
|
-
show meaningful data until the adapter is listed in the official
|
|
270
|
-
[ioBroker.repositories](https://github.com/ioBroker/ioBroker.repositories)
|
|
271
|
-
("latest" repository PR pending), but will populate automatically once
|
|
272
|
-
it is.
|
|
273
|
-
|
|
274
|
-
### 0.6.9 (2026-08-21)
|
|
275
|
-
|
|
276
|
-
- Fixed adapter-checker finding **[E254]**: removed `common.news` entries
|
|
277
|
-
for versions that were never actually published to npm (`0.6.1`–`0.6.5`,
|
|
278
|
-
`0.6.7` were only version bumps in git/GitHub, without a matching
|
|
279
|
-
tagged npm release). `common.news` now only lists versions that really
|
|
280
|
-
exist on the npm registry (`0.6.6`, `0.6.8`); the full history remains
|
|
281
|
-
in this changelog regardless of what was actually published.
|
|
282
|
-
|
|
283
|
-
### 0.6.8 (2026-08-21)
|
|
284
|
-
|
|
285
|
-
- Renamed the README title to "ioBroker-Adapter (ioBroker.waip-web)".
|
|
286
|
-
- This release doubles as the first end-to-end test of the automatic
|
|
287
|
-
npm publish via Trusted Publishing introduced in 0.6.7.
|
|
288
|
-
|
|
289
|
-
### 0.6.7 (2026-08-21)
|
|
290
|
-
|
|
291
|
-
- Enabled automatic npm publishing: the `deploy` job in
|
|
292
|
-
`.github/workflows/test-and-release.yml` is no longer commented out
|
|
293
|
-
and now runs on every version tag (`vX.Y.Z`), publishing to npm via
|
|
294
|
-
[Trusted Publishing](https://docs.npmjs.com/trusted-publishers) (OIDC,
|
|
295
|
-
no `NPM_TOKEN` secret needed).
|
|
296
|
-
|
|
297
|
-
### 0.6.6 (2026-08-21)
|
|
298
|
-
|
|
299
|
-
- Added `.gitattributes` `eol=lf` so all contributors get consistent LF
|
|
300
|
-
line endings regardless of their local git `autocrlf` setting
|
|
301
|
-
(previously caused hundreds of spurious local lint errors on Windows
|
|
302
|
-
without affecting CI, since CI checkouts weren't affected).
|
|
303
|
-
- Added `package-lock.json` and switched CI to the default `npm ci` with
|
|
304
|
-
caching instead of `npm install` without caching, now that a lockfile
|
|
305
|
-
exists.
|
|
306
|
-
|
|
307
|
-
### 0.6.5 (2026-08-21)
|
|
308
|
-
|
|
309
|
-
- Fixed all issues reported by the official [ioBroker adapter checker](https://adapter-check.iobroker.in/):
|
|
310
|
-
- Bumped the required `js-controller` dependency to `>=5.0.19` and `@iobroker/adapter-core` to `^3.2.2`
|
|
311
|
-
- Replaced the deprecated `common.license`/`common.title`/`common.main` fields with `common.licenseInformation`/`common.titleLang`; `common.main` is redundant with `package.json`'s `main` field
|
|
312
|
-
- Added the required `common.tier` (`2` - external/cloud data source)
|
|
313
|
-
- Added translations of `titleLang`, `desc` and the kept `common.news` entries into all 10 additional ioBroker admin languages (ru, pt, nl, fr, it, es, pl, uk, zh-cn)
|
|
314
|
-
- Trimmed `common.news` to the 7 most recent entries, as recommended (the repository builder truncates there anyway); the full history stays in this changelog
|
|
315
|
-
|
|
316
|
-
### 0.6.4 (2026-08-21)
|
|
317
|
-
|
|
318
|
-
- New state `status.registeredMonitorName` shows the registered monitor
|
|
319
|
-
as text without the ID (e.g. "Leitstelle: Lausitz"), resolved once at
|
|
320
|
-
startup from the same `/waip/` overview page as the admin dropdown.
|
|
321
|
-
`status.registeredMonitor` is unchanged and keeps showing the ID.
|
|
322
|
-
|
|
323
|
-
### 0.6.3 (2026-08-21)
|
|
324
|
-
|
|
325
|
-
- Admin UI: the Monitor ID field is now always full-width, placed on its
|
|
326
|
-
own row below the WAIP server URL, so the (sometimes long) dropdown
|
|
327
|
-
entries have enough room to display without being cramped.
|
|
328
|
-
|
|
329
|
-
### 0.6.2 (2026-08-21)
|
|
330
|
-
|
|
331
|
-
- Monitor dropdown entries are now sorted by numeric monitor ID instead
|
|
332
|
-
of following the source page's (per-category) order.
|
|
333
|
-
|
|
334
|
-
### 0.6.1 (2026-08-21)
|
|
335
|
-
|
|
336
|
-
- Monitor dropdown entries now start with the actual monitor ID, e.g.
|
|
337
|
-
"4 - Leitstelle: Lausitz", so the numeric ID stays visible even after
|
|
338
|
-
a monitor has been selected.
|
|
339
|
-
|
|
340
|
-
### 0.6.0 (2026-08-21)
|
|
341
|
-
|
|
342
|
-
- **Admin UI:** Monitor ID is now a live dropdown (`selectSendTo`) instead
|
|
343
|
-
of a plain text field. The adapter fetches the configured server's
|
|
344
|
-
public `/waip/` overview page on demand and offers every monitor it
|
|
345
|
-
finds there, grouped by Leitstelle/Kreis/Träger/Wache, with "Alle
|
|
346
|
-
Wachalarme" (ID `0`) as an explicit first option. Manual entry remains
|
|
347
|
-
available if the server can't be reached or uses a different page
|
|
348
|
-
layout, so existing configurations keep working unchanged.
|
|
349
|
-
- Removed the static "session keepalive interval" info text from the
|
|
350
|
-
admin UI (the behavior itself is unchanged - see [Why a session cookie
|
|
351
|
-
is needed](#why-a-session-cookie-is-needed)).
|
|
352
|
-
- Added help text to the "Registration timeout" and "Reconnect delay"
|
|
353
|
-
fields.
|
|
354
|
-
|
|
355
|
-
### 0.5.1 (2026-08-21)
|
|
356
|
-
|
|
357
|
-
- **Logging:** Reclassified log levels so `warn` becomes a reliable signal
|
|
358
|
-
again. Session-cookie rotation, the known "Fehler beim Erneuern der
|
|
359
|
-
Session" server message, and detected server restarts are now logged
|
|
360
|
-
as `info` instead of `warn`, since they're part of this instance's
|
|
361
|
-
normal, self-healing ~10-minute session cycle. Events discarded for a
|
|
362
|
-
different monitor ID are now `info` (frequency remains tracked via
|
|
363
|
-
`debug.ignoredCount`). Failures that only affect internal housekeeping
|
|
364
|
-
(`debug.monitorAudit`, socket cleanup) are now `debug`. A duplicate
|
|
365
|
-
`connect_error` log line (logged once at `warn`, once at `info`) was
|
|
366
|
-
removed. Introduced `error` level for cases where an incident,
|
|
367
|
-
feedback, route or TTS event genuinely failed to be processed (actual
|
|
368
|
-
data loss), so these now stand out instead of being buried among
|
|
369
|
-
routine `warn` noise.
|
|
370
|
-
|
|
371
|
-
### 0.5.0 (2026-08-20)
|
|
372
|
-
|
|
373
|
-
- **Behavior change:** On `io.standby`, all `einsatz.*` states (including
|
|
374
|
-
`einsatz.json` and all counters) are now cleared instead of leaving the
|
|
375
|
-
finished incident's data in place – matching the official frontend,
|
|
376
|
-
which also clears keyword, location data etc. on standby.
|
|
377
|
-
`status.alarmAktiv` is therefore now a reliable switch for whether
|
|
378
|
-
`einsatz.*` currently holds real live data. The finished incident
|
|
379
|
-
remains fully available via `einsatz.history10` (archived there first).
|
|
380
|
-
|
|
381
|
-
### 0.4.9 (2026-08-20)
|
|
382
|
-
|
|
383
|
-
- **CI fix:** Reverted a self-introduced, unnecessary line wrap in
|
|
384
|
-
`connect()` (engine-packet preview) – `prettier/prettier` flagged it as
|
|
385
|
-
superfluous; the line actually fits on one line within the configured
|
|
386
|
-
print width.
|
|
387
|
-
|
|
388
|
-
### 0.4.8 (2026-08-20)
|
|
389
|
-
|
|
390
|
-
- **CI fix:** Fixed the final 16 lint errors – this time the complete,
|
|
391
|
-
non-truncated error list including the exact desired replacement text
|
|
392
|
-
was available, so every location could be corrected precisely 1:1
|
|
393
|
-
(line wraps for overly long calls/objects, one `prefer-template`
|
|
394
|
-
case). Lint should now be fully green.
|
|
395
|
-
|
|
396
|
-
### 0.4.7 (2026-08-20)
|
|
397
|
-
|
|
398
|
-
- **CI fix:** Fixed the remaining lint errors in `main.js` – consistently
|
|
399
|
-
applied `curly` (braces even for single-line `if`/`for`),
|
|
400
|
-
`no-unused-vars` for empty `catch` blocks (`catch (e) {}` → `catch {}`
|
|
401
|
-
where `e` isn't used), and `arrowParens: avoid` (removed parentheses
|
|
402
|
-
around single-parameter arrow functions). Purely mechanical code-style
|
|
403
|
-
fixes, no behavior change.
|
|
404
|
-
|
|
405
|
-
### 0.4.6 (2026-08-20)
|
|
406
|
-
|
|
407
|
-
- **CI fix:** The `lint` step failed with hundreds of formatting errors
|
|
408
|
-
(e.g. "Replace 'x' with "x""). Cause: `@iobroker/eslint-config`
|
|
409
|
-
requires its own `prettier.config.mjs` in addition to
|
|
410
|
-
`eslint.config.mjs`, re-exporting the ioBroker formatting style
|
|
411
|
-
(single quotes, 4-space indentation, `trailingComma: 'all'`) – without
|
|
412
|
-
it, Prettier fell back to its own defaults (double quotes). File added.
|
|
413
|
-
|
|
414
|
-
### 0.4.5 (2026-08-20)
|
|
415
|
-
|
|
416
|
-
- **CI fix:** The first pipeline run failed with "Dependencies lock file
|
|
417
|
-
is not found". Cause: `actions/setup-node`'s built-in npm caching
|
|
418
|
-
needs a `package-lock.json` for its cache key, independent of the
|
|
419
|
-
install command used. Since none is committed to the repo yet,
|
|
420
|
-
`package-cache: 'false'` is now set on both jobs.
|
|
421
|
-
|
|
422
|
-
### 0.4.4 (2026-08-20)
|
|
423
|
-
|
|
424
|
-
- Set up the CI pipeline (`.github/workflows/test-and-release.yml`),
|
|
425
|
-
following the standard pattern of the official
|
|
426
|
-
`@iobroker/create-adapter` template: a `check-and-lint` job (ESLint
|
|
427
|
-
via `@iobroker/eslint-config`) and an `adapter-tests` matrix (Node
|
|
428
|
-
20/22/24 × Ubuntu/Windows/macOS) via the central
|
|
429
|
-
`testing-action-check`/`testing-action-adapter` actions. Added
|
|
430
|
-
`test/package.js` and `test/integration.js` (`@iobroker/testing`)
|
|
431
|
-
plus `eslint.config.mjs` for this; bumped `@iobroker/testing` to
|
|
432
|
-
`^5.2.2`. Since no `package-lock.json` is committed yet, the pipeline
|
|
433
|
-
uses `npm install` instead of `npm ci`.
|
|
434
|
-
- Raised `engines.node` in `package.json` to `>=18` (matching the tested
|
|
435
|
-
Node versions and `@iobroker/testing` 5.x's requirements)
|
|
436
|
-
- A `deploy` job (automatic npm publishing) is prepared but commented
|
|
437
|
-
out until npm Trusted Publishing is set up
|
|
438
|
-
|
|
439
|
-
### 0.4.3 (2026-08-20)
|
|
440
|
-
|
|
441
|
-
- **Bugfix:** `einsatz.id` and `einsatz.sondersignal` were declared as
|
|
442
|
-
`string`, but the server actually sends them as numbers
|
|
443
|
-
(`sondersignal`, per `client_waip.js`: `switch (data.sondersignal) {
|
|
444
|
-
case 1: ... }`) – ioBroker therefore logged a type warning on every
|
|
445
|
-
incident. Both states are now declared as `number`. Existing objects
|
|
446
|
-
with the old (wrong) type are automatically recreated on the next
|
|
447
|
-
adapter start (`migrateObjectTypes()`, generic for future type
|
|
448
|
-
corrections).
|
|
449
|
-
|
|
450
|
-
### 0.4.2 (2026-08-20)
|
|
451
|
-
|
|
452
|
-
- Removed the "Session keepalive interval – upper bound" config field
|
|
453
|
-
again: the official `/js/session_keepalive.js` on the site hard-codes
|
|
454
|
-
this upper bound at 5 minutes and doesn't make it configurable. Having
|
|
455
|
-
an admin field for it wrongly suggested a fixed interval, even though
|
|
456
|
-
the actual renewal has long been fully automatic (see 0.4.1). The
|
|
457
|
-
upper bound is now likewise fixed at 5 minutes.
|
|
458
|
-
|
|
459
|
-
### 0.4.1 (2026-08-20)
|
|
460
|
-
|
|
461
|
-
- **Robustness:** The session keepalive interval is now adaptive instead
|
|
462
|
-
of a fixed assumption. WAIP-Web's source code (`server/app_cfg.js`)
|
|
463
|
-
shows that the session cookie's lifetime is configurable per instance
|
|
464
|
-
via an environment variable (server default: 60s instead of the
|
|
465
|
-
previously assumed 10 minutes) – the adapter now derives the renewal
|
|
466
|
-
interval from the expiry time actually reported by the server
|
|
467
|
-
(matching `/js/session_keepalive.js` on the site: 80% of the observed
|
|
468
|
-
lifetime, min. 55s, at most the configured upper bound). The "Session
|
|
469
|
-
keepalive interval" config option is accordingly now an upper bound
|
|
470
|
-
rather than a fixed interval.
|
|
471
|
-
- Corrected a comment about `io.version`/server restarts: per
|
|
472
|
-
`server/auth.js`, WAIP-Web stores sessions persistently (SQLite), not
|
|
473
|
-
in-memory – a restart therefore normally doesn't clear them. The
|
|
474
|
-
proactive session refresh + reconnect on server restart remains as a
|
|
475
|
-
general safeguard, only the previous justification was inaccurate.
|
|
476
|
-
|
|
477
|
-
### 0.4.0 (2026-08-20)
|
|
478
|
-
|
|
479
|
-
- **Restructured the object tree:** Feedback and routes are 1:n lists
|
|
480
|
-
per incident and now live as nested JSON arrays inside one overall
|
|
481
|
-
object `einsatz.json` (including `emAlarmiert[]`, `emWeitere[]`,
|
|
482
|
-
`routen[]`, `rueckmeldungen[]`) instead of several loose states.
|
|
483
|
-
- `einsatz.history10` replaces `history.last10` – now with the **full**
|
|
484
|
-
nested incident object per entry instead of just 6 reduced fields.
|
|
485
|
-
- New counters directly under `einsatz.*`: `routenGesamt`,
|
|
486
|
-
`rueckmeldungGesamt`, `rueckmeldungAnzahl.{ek,gf,zf,vf,agt,fzf,ma,med}`
|
|
487
|
-
(replaces `rueckmeldung.counts.*`).
|
|
488
|
-
- `einsatz.latitude`/`einsatz.longitude` replace
|
|
489
|
-
`geo.latitude`/`geo.longitude` (position is additionally available in
|
|
490
|
-
`einsatz.json.position`).
|
|
491
|
-
- New state `tts.history10` (last 10 TTS announcements).
|
|
492
|
-
- **Removed:** the entire `vis.*` channel, `json.raw`, `json.einsatz`,
|
|
493
|
-
`geo.position`, `rueckmeldung.last.json`, `routen.json`,
|
|
494
|
-
`routen.count`, `einsatz.emWeitere` (now part of `einsatz.json`).
|
|
495
|
-
- The adapter automatically removes all obsolete objects from the
|
|
496
|
-
previous structure on its first start after the update
|
|
497
|
-
(`cleanupObsoleteObjects()`).
|
|
498
|
-
|
|
499
|
-
### 0.3.4 (2026-08-20)
|
|
500
|
-
|
|
501
|
-
- All state names (`common.name`) consistently switched to German
|
|
502
|
-
(previously a mix of English and German) – the adapter only makes
|
|
503
|
-
sense for German-speaking users anyway
|
|
504
|
-
|
|
505
|
-
### 0.3.3 (2026-08-20)
|
|
506
|
-
|
|
507
|
-
- **Bugfix (potential data loss):** For a specific monitor ID (≠ `0`),
|
|
508
|
-
events were silently discarded ("unknownMonitor") after the
|
|
509
|
-
registration timeout elapsed, because real WAIP payloads, per
|
|
510
|
-
`client_waip.js`, **never** contain a monitor-identifying field – that
|
|
511
|
-
assignment happens entirely server-side via Socket.IO rooms. As a
|
|
512
|
-
result, alarm delivery could stop completely after 10s even though
|
|
513
|
-
the connection was technically up. `status.registrationAccepted`
|
|
514
|
-
stayed permanently `false` for the same reason, even for the global
|
|
515
|
-
monitor (`0`). Now any received event confirms the registration;
|
|
516
|
-
events are only discarded if a payload explicitly names a different
|
|
517
|
-
monitor ID.
|
|
518
|
-
|
|
519
|
-
### 0.3.2 (2026-08-20)
|
|
520
|
-
|
|
521
|
-
- Also switched the "Registration timeout" and "Reconnect delay" config
|
|
522
|
-
fields from milliseconds to seconds (`registrationTimeout` →
|
|
523
|
-
`registrationTimeoutSec`, default `10`; `reconnectDelay` →
|
|
524
|
-
`reconnectDelaySec`, default `5`). Existing instances without a newly
|
|
525
|
-
set value automatically use the defaults.
|
|
526
|
-
|
|
527
|
-
### 0.3.1 (2026-08-20)
|
|
528
|
-
|
|
529
|
-
- Switched the "Session keepalive interval" config field from
|
|
530
|
-
milliseconds to seconds (`sessionKeepaliveInterval` →
|
|
531
|
-
`sessionKeepaliveIntervalSec`, still defaulting to 5 min = `300`).
|
|
532
|
-
Existing instances without a newly set value automatically use the
|
|
533
|
-
default.
|
|
534
|
-
|
|
535
|
-
### 0.3.0 (2026-08-20)
|
|
536
|
-
|
|
537
|
-
- **Bugfix:** `wgs84_x`/`wgs84_y` were swapped (latitude/longitude). Per
|
|
538
|
-
the official web frontend (`client_waip.js`), `wgs84_x = latitude,
|
|
539
|
-
wgs84_y = longitude` – contrary to the usual GIS convention.
|
|
540
|
-
`geo.latitude`/`geo.longitude` were therefore swapped for directly
|
|
541
|
-
transmitted coordinates (not the GeoJSON fallback path).
|
|
542
|
-
- Added the missing `io.standby` handler: `status.alarmAktiv` was
|
|
543
|
-
previously never reset when an incident ended
|
|
544
|
-
- Captured new incident fields (previously only contained in the raw
|
|
545
|
-
`json.raw`/`json.einsatz`, now as their own states): `zeitstempel`,
|
|
546
|
-
`einsatznummer`, `objekt`, `objektteil`, `strasse`, `hausnummer`,
|
|
547
|
-
`einsatzdetails`, `besonderheiten`, `permissions`
|
|
548
|
-
- `em_alarmiert` (alerted resources) is now stored in
|
|
549
|
-
`vis.fahrzeugTabelle`, `em_weitere` in `einsatz.emWeitere`
|
|
550
|
-
- Feedback is now collected per incident (`vis.rueckmeldungenTabelle`)
|
|
551
|
-
and aggregated into counters per role/capability
|
|
552
|
-
(`rueckmeldung.counts.*`), mirroring the live badges
|
|
553
|
-
(EK/GF/ZF/VF/AGT/FZF/MA/MED) on the web UI
|
|
554
|
-
- New handlers for `io.error` (→ `debug.lastError`) and `io.version`
|
|
555
|
-
(server-restart detection → session-cookie refresh + forced reconnect)
|
|
556
|
-
- Generalized `reconnectForRotatedSession()` into the more generic
|
|
557
|
-
`forceReconnect(reason)` (now also used on a server version change)
|
|
558
|
-
|
|
559
|
-
### 0.2.1 (2026-08-20)
|
|
560
|
-
|
|
561
|
-
- Detected session-cookie rotation: if `/session/keepalive` returns a
|
|
562
|
-
different cookie value than before (e.g. because the old session was
|
|
563
|
-
already invalid server-side – a missed keepalive, a server restart
|
|
564
|
-
with an in-memory session store), an existing Socket.IO connection is
|
|
565
|
-
now actively rebuilt with the new session instead of waiting for a
|
|
566
|
-
silent failure
|
|
567
|
-
|
|
568
|
-
### 0.2.0 (2026-08-20)
|
|
569
|
-
|
|
570
|
-
- Introduced session-cookie management: the adapter fetches and renews
|
|
571
|
-
the WAIP server's `connect.sid` session cookie itself (`GET
|
|
572
|
-
/session/keepalive`, matching `/js/session_keepalive.js` on the site)
|
|
573
|
-
and attaches it to the Socket.IO connection. Fixes alarm delivery
|
|
574
|
-
stopping after about 10 minutes without an active browser session.
|
|
575
|
-
- New state `debug.sessionExpires` and a new config option "Session
|
|
576
|
-
keepalive interval (ms)" (default `300000`)
|
|
577
|
-
|
|
578
|
-
### 0.1.1 (2026-08-20)
|
|
579
|
-
|
|
580
|
-
- Adopted the favicon from `wachalarm.leitstelle-lausitz.de` as the
|
|
581
|
-
adapter icon (`admin/waip-web.png`), replacing the previous
|
|
582
|
-
placeholder
|
|
583
|
-
- Renamed the GitHub repository from `ioBroker.WAIP-Web` to
|
|
584
|
-
`ioBroker.waip-web` (uppercase letters in the repo name prevented
|
|
585
|
-
installation via `iobroker url` with `Process exited with code 25`);
|
|
586
|
-
updated all URLs in `package.json`/`io-package.json` accordingly
|
|
587
|
-
|
|
588
|
-
### 0.1.0 (2026-08-20)
|
|
589
|
-
|
|
590
|
-
- Initial version: ported the original "WAIP Instrumented v3.9" ioBroker
|
|
591
|
-
JavaScript-adapter script into a standalone adapter. The URL/monitor
|
|
592
|
-
ID now come from the admin configuration instead of a runtime state.
|
|
276
|
+
Older entries have moved to [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
|
|
593
277
|
|
|
594
278
|
## License
|
|
595
279
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "waip-web",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.6",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.7.6": {
|
|
7
|
+
"en": "Fixed [W6019] and [W0062]: added @alcalzone/release-script and @alcalzone/release-script-plugin-iobroker as dev dependencies (with an npm run release script), and split the README changelog - the 5 most recent entries stay in README.md, everything older moved to a new CHANGELOG_OLD.md. Our existing manual version-bump/tag workflow is unchanged; the release-script tooling is available but not actively used for releasing yet.",
|
|
8
|
+
"de": "[W6019] und [W0062] behoben: @alcalzone/release-script sowie @alcalzone/release-script-plugin-iobroker als Dev-Dependencies ergänzt (mit npm run release-Skript), README-Changelog aufgeteilt - die 5 neuesten Einträge bleiben in README.md, alles Ältere ist in eine neue CHANGELOG_OLD.md ausgelagert. Unser bisheriger manueller Versions-/Tag-Workflow bleibt unverändert; das release-script-Tooling steht bereit, wird aber noch nicht aktiv zum Veröffentlichen genutzt.",
|
|
9
|
+
"ru": "Исправлены [W6019] и [W0062]: добавлены dev-зависимости @alcalzone/release-script и @alcalzone/release-script-plugin-iobroker (со скриптом npm run release), а changelog в README разделён — 5 последних записей остаются в README.md, всё более старое перенесено в новый файл CHANGELOG_OLD.md. Наш существующий ручной процесс повышения версии/тегирования не изменился; инструмент release-script доступен, но пока активно не используется для релизов.",
|
|
10
|
+
"pt": "Corrigidos [W6019] e [W0062]: adicionadas as dependências de desenvolvimento @alcalzone/release-script e @alcalzone/release-script-plugin-iobroker (com um script npm run release), e o changelog do README foi dividido - as 5 entradas mais recentes permanecem no README.md, tudo o que é mais antigo foi movido para um novo CHANGELOG_OLD.md. Nosso fluxo manual existente de aumento de versão/tag permanece inalterado; a ferramenta release-script está disponível, mas ainda não é usada ativamente para lançamentos.",
|
|
11
|
+
"nl": "[W6019] en [W0062] opgelost: @alcalzone/release-script en @alcalzone/release-script-plugin-iobroker toegevoegd als dev-dependencies (met een npm run release-script), en de README-changelog opgesplitst - de 5 meest recente items blijven in README.md, al het oudere is verplaatst naar een nieuwe CHANGELOG_OLD.md. Onze bestaande handmatige versie-/tag-workflow blijft ongewijzigd; de release-script-tooling is beschikbaar maar wordt nog niet actief gebruikt om te releasen.",
|
|
12
|
+
"fr": "Correction de [W6019] et [W0062] : ajout de @alcalzone/release-script et @alcalzone/release-script-plugin-iobroker comme dépendances de développement (avec un script npm run release), et division du changelog du README - les 5 entrées les plus récentes restent dans README.md, tout ce qui est plus ancien a été déplacé vers un nouveau CHANGELOG_OLD.md. Notre flux de travail manuel existant de bump de version/tag reste inchangé ; l'outillage release-script est disponible mais pas encore activement utilisé pour publier.",
|
|
13
|
+
"it": "Risolti [W6019] e [W0062]: aggiunte le dev-dependency @alcalzone/release-script e @alcalzone/release-script-plugin-iobroker (con uno script npm run release), e il changelog del README è stato suddiviso - le 5 voci più recenti restano in README.md, tutto ciò che è più vecchio è stato spostato in un nuovo CHANGELOG_OLD.md. Il nostro flusso di lavoro manuale esistente per bump di versione/tag resta invariato; lo strumento release-script è disponibile ma non ancora usato attivamente per i rilasci.",
|
|
14
|
+
"es": "Se corrigieron [W6019] y [W0062]: se añadieron @alcalzone/release-script y @alcalzone/release-script-plugin-iobroker como dependencias de desarrollo (con un script npm run release), y se dividió el changelog del README - las 5 entradas más recientes permanecen en README.md, todo lo más antiguo se movió a un nuevo CHANGELOG_OLD.md. Nuestro flujo de trabajo manual existente de incremento de versión/etiquetado no cambia; la herramienta release-script está disponible pero aún no se usa activamente para publicar.",
|
|
15
|
+
"pl": "Naprawiono [W6019] i [W0062]: dodano @alcalzone/release-script oraz @alcalzone/release-script-plugin-iobroker jako zależności deweloperskie (ze skryptem npm run release), a changelog w README podzielono - 5 najnowszych wpisów pozostaje w README.md, wszystko starsze przeniesiono do nowego pliku CHANGELOG_OLD.md. Nasz dotychczasowy ręczny proces podnoszenia wersji/tagowania pozostaje bez zmian; narzędzie release-script jest dostępne, ale nie jest jeszcze aktywnie używane do wydawania wersji.",
|
|
16
|
+
"uk": "Виправлено [W6019] і [W0062]: додано @alcalzone/release-script та @alcalzone/release-script-plugin-iobroker як dev-залежності (зі скриптом npm run release), а changelog у README розділено - 5 найновіших записів залишаються в README.md, усе старіше перенесено до нового файлу CHANGELOG_OLD.md. Наш наявний ручний процес підвищення версії/тегування не змінився; інструмент release-script доступний, але поки що активно не використовується для релізів.",
|
|
17
|
+
"zh-cn": "修复了 [W6019] 和 [W0062]:添加了 @alcalzone/release-script 和 @alcalzone/release-script-plugin-iobroker 作为开发依赖(附带 npm run release 脚本),并拆分了 README 的更新日志——最近的 5 个条目保留在 README.md 中,更早的全部移至新的 CHANGELOG_OLD.md。我们现有的手动版本提升/打标签流程保持不变;release-script 工具已就绪,但目前尚未积极用于发布。"
|
|
18
|
+
},
|
|
19
|
+
"0.7.5": {
|
|
20
|
+
"en": "Fixed [E2004]: removed the orphaned 0.7.3 news entry - that version was never actually tagged/published to npm (0.7.2 was followed directly by 0.7.4). Confirmed via a bot recheck that every other finding from the last two rounds is now fixed.",
|
|
21
|
+
"de": "[E2004] behoben: verwaisten 0.7.3-News-Eintrag entfernt - diese Version wurde nie tatsächlich getaggt/bei npm veröffentlicht (auf 0.7.2 folgte direkt 0.7.4). Per Bot-Recheck bestätigt, dass alle übrigen Findings der letzten beiden Runden jetzt behoben sind.",
|
|
22
|
+
"ru": "Исправлено [E2004]: удалена осиротевшая запись новостей 0.7.3 - эта версия так и не была помечена тегом/опубликована на npm (после 0.7.2 сразу последовала 0.7.4). Повторной проверкой бота подтверждено, что все остальные замечания последних двух раундов теперь исправлены.",
|
|
23
|
+
"pt": "Corrigido [E2004]: removida a entrada de notícias órfã 0.7.3 - essa versão nunca foi de fato marcada com tag/publicada no npm (0.7.2 foi seguida diretamente por 0.7.4). Confirmado por uma nova verificação do bot que todos os outros apontamentos das últimas duas rodadas agora estão corrigidos.",
|
|
24
|
+
"nl": "[E2004] opgelost: verweesd 0.7.3-nieuwsitem verwijderd - die versie is nooit daadwerkelijk getagd/gepubliceerd op npm (op 0.7.2 volgde direct 0.7.4). Via een herscan van de bot bevestigd dat alle overige bevindingen van de laatste twee rondes nu zijn opgelost.",
|
|
25
|
+
"fr": "Correction de [E2004] : suppression de l'entrée de nouvelles orpheline 0.7.3 - cette version n'a jamais été réellement taguée/publiée sur npm (0.7.2 a été directement suivie de 0.7.4). Une nouvelle vérification du bot a confirmé que toutes les autres remarques des deux derniers cycles sont désormais corrigées.",
|
|
26
|
+
"it": "Risolto [E2004]: rimossa la voce di news orfana 0.7.3 - quella versione non è mai stata effettivamente taggata/pubblicata su npm (a 0.7.2 è seguita direttamente 0.7.4). Un nuovo controllo del bot ha confermato che tutte le altre segnalazioni degli ultimi due round sono ora risolte.",
|
|
27
|
+
"es": "Se corrigió [E2004]: se eliminó la entrada de noticias huérfana 0.7.3 - esa versión nunca se etiquetó/publicó realmente en npm (a 0.7.2 le siguió directamente 0.7.4). Una nueva verificación del bot confirmó que todos los demás hallazgos de las últimas dos rondas ya están corregidos.",
|
|
28
|
+
"pl": "Naprawiono [E2004]: usunięto osierocony wpis news 0.7.3 - ta wersja nigdy nie została faktycznie otagowana/opublikowana w npm (po 0.7.2 nastąpiło bezpośrednio 0.7.4). Ponowna kontrola bota potwierdziła, że wszystkie pozostałe ustalenia z ostatnich dwóch rund są już naprawione.",
|
|
29
|
+
"uk": "Виправлено [E2004]: видалено осиротілий запис новин 0.7.3 - цю версію так і не було позначено тегом/опубліковано на npm (після 0.7.2 одразу йшла 0.7.4). Повторна перевірка бота підтвердила, що всі інші зауваження останніх двох раундів тепер виправлені.",
|
|
30
|
+
"zh-cn": "修复了 [E2004]:移除了孤立的 0.7.3 新闻条目——该版本从未真正打过标签/发布到 npm(0.7.2 之后直接跳到了 0.7.4)。机器人的重新检查已确认最近两轮的其余所有问题现已修复。"
|
|
31
|
+
},
|
|
32
|
+
"0.7.4": {
|
|
33
|
+
"en": "Bumped the ioBroker/testing-action-check GitHub Action used by the check-and-lint CI job from v1 to v2 (Dependabot PR #10) - purely additive (adds an optional test-command: 'false' flag), no behavior change for us.",
|
|
34
|
+
"de": "GitHub-Action ioBroker/testing-action-check im check-and-lint-CI-Job von v1 auf v2 angehoben (Dependabot-PR #10) - rein additiv (fügt eine optionale test-command: 'false'-Option hinzu), kein Verhaltensunterschied für uns.",
|
|
35
|
+
"ru": "Обновлён GitHub Action ioBroker/testing-action-check, используемый в задаче CI check-and-lint, с v1 до v2 (Dependabot PR #10) — чисто аддитивное изменение (добавляет опциональный флаг test-command: 'false'), поведение для нас не меняется.",
|
|
36
|
+
"pt": "Atualizada a GitHub Action ioBroker/testing-action-check usada pelo job de CI check-and-lint de v1 para v2 (Dependabot PR #10) - puramente aditiva (adiciona uma flag opcional test-command: 'false'), sem mudança de comportamento para nós.",
|
|
37
|
+
"nl": "GitHub Action ioBroker/testing-action-check, gebruikt door de CI-job check-and-lint, bijgewerkt van v1 naar v2 (Dependabot PR #10) - puur additief (voegt een optionele test-command: 'false'-vlag toe), geen gedragsverandering voor ons.",
|
|
38
|
+
"fr": "Mise à jour de l'action GitHub ioBroker/testing-action-check utilisée par le job CI check-and-lint, de v1 à v2 (PR Dependabot #10) - purement additive (ajoute un indicateur optionnel test-command: 'false'), aucun changement de comportement pour nous.",
|
|
39
|
+
"it": "Aggiornata l'azione GitHub ioBroker/testing-action-check usata dal job CI check-and-lint da v1 a v2 (PR Dependabot #10) - puramente additiva (aggiunge un flag opzionale test-command: 'false'), nessun cambiamento di comportamento per noi.",
|
|
40
|
+
"es": "Actualizada la GitHub Action ioBroker/testing-action-check usada por el job de CI check-and-lint de v1 a v2 (PR de Dependabot #10) - puramente aditiva (añade una opción opcional test-command: 'false'), sin cambio de comportamiento para nosotros.",
|
|
41
|
+
"pl": "Zaktualizowano akcję GitHub ioBroker/testing-action-check używaną przez zadanie CI check-and-lint z v1 do v2 (PR Dependabota #10) - czysto addytywnie (dodaje opcjonalną flagę test-command: 'false'), bez zmiany zachowania dla nas.",
|
|
42
|
+
"uk": "Оновлено GitHub Action ioBroker/testing-action-check, яку використовує завдання CI check-and-lint, з v1 до v2 (Dependabot PR #10) - суто адитивно (додає опціональний прапорець test-command: 'false'), без зміни поведінки для нас.",
|
|
43
|
+
"zh-cn": "将 check-and-lint CI 任务使用的 ioBroker/testing-action-check GitHub Action 从 v1 升级到 v2(Dependabot PR #10)——纯增量更新(新增可选的 test-command: 'false' 标志),对我们没有行为影响。"
|
|
44
|
+
},
|
|
6
45
|
"0.7.2": {
|
|
7
46
|
"en": "Fixed all findings from the official ioBroker Check and Service Bot: raised Node.js/dependency minimums (engines.node >=20, @iobroker/adapter-core ^3.4.1, js-controller >=6.0.11, admin >=7.6.17), split the README into English-only (README.md) and German (README.de.md) since the checker requires English-only READMEs, moved License to the very last section, added the required i18n/size attributes to jsonConfig.json, switched to node: prefixes for built-in requires, removed the redundant .npmignore, and added .commitinfo to .gitignore. Also removed the orphaned 0.7.0 news entry (never actually published to npm).",
|
|
8
47
|
"de": "Alle Findings des offiziellen ioBroker Check and Service Bot behoben: Mindestversionen angehoben (engines.node >=20, @iobroker/adapter-core ^3.4.1, js-controller >=6.0.11, admin >=7.6.17), README aufgeteilt in rein englisches README.md und deutsches README.de.md (der Checker verlangt rein englische READMEs), Lizenz-Abschnitt ans Dateiende verschoben, fehlende i18n-/Größenattribute in jsonConfig.json ergänzt, auf node:-Präfixe bei Built-in-Requires umgestellt, überflüssige .npmignore entfernt und .commitinfo zur .gitignore hinzugefügt. Außerdem den verwaisten 0.7.0-News-Eintrag entfernt (wurde nie tatsächlich bei npm veröffentlicht).",
|
|
@@ -54,45 +93,6 @@
|
|
|
54
93
|
"pl": "Dodano logo adaptera oraz odznaki npm/instalacji (wersja NPM, pobrania, zainstalowano, stabilna) do README, zgodnie ze standardowymi konwencjami adapterów ioBroker.",
|
|
55
94
|
"uk": "До README додано логотип адаптера та значки npm/встановлення (версія NPM, завантаження, встановлено, стабільна версія) відповідно до стандартних угод адаптерів ioBroker.",
|
|
56
95
|
"zh-cn": "已在 README 中添加适配器徽标以及 npm/安装徽章(NPM 版本、下载量、已安装数量、稳定版),符合 ioBroker 适配器的标准约定。"
|
|
57
|
-
},
|
|
58
|
-
"0.6.9": {
|
|
59
|
-
"en": "Removed common.news entries for versions that were never actually published to npm (0.6.1-0.6.5, 0.6.7 - only version bumps in git, no matching npm release), as reported by the official adapter checker.",
|
|
60
|
-
"de": "common.news-Einträge für Versionen entfernt, die nie tatsächlich bei npm veröffentlicht wurden (0.6.1-0.6.5, 0.6.7 - nur Versionserhöhungen in git, keine passende npm-Veröffentlichung), wie vom offiziellen Adapter-Checker gemeldet.",
|
|
61
|
-
"ru": "Удалены записи common.news для версий, которые фактически никогда не публиковались в npm (0.6.1–0.6.5, 0.6.7 — только повышения версии в git без соответствующего релиза npm), как сообщил официальный чекер адаптеров.",
|
|
62
|
-
"pt": "Removidas entradas de common.news para versões que nunca foram realmente publicadas no npm (0.6.1-0.6.5, 0.6.7 - apenas incrementos de versão no git, sem lançamento npm correspondente), conforme relatado pelo verificador oficial de adaptadores.",
|
|
63
|
-
"nl": "common.news-items verwijderd voor versies die nooit daadwerkelijk op npm zijn gepubliceerd (0.6.1-0.6.5, 0.6.7 - alleen versieverhogingen in git, geen bijbehorende npm-release), zoals gemeld door de officiële adapter-checker.",
|
|
64
|
-
"fr": "Suppression des entrées common.news pour des versions qui n'ont jamais été réellement publiées sur npm (0.6.1-0.6.5, 0.6.7 - simples incréments de version dans git, sans publication npm correspondante), comme signalé par le vérificateur officiel d'adaptateurs.",
|
|
65
|
-
"it": "Rimosse le voci common.news per versioni mai effettivamente pubblicate su npm (0.6.1-0.6.5, 0.6.7 - solo incrementi di versione in git, senza una release npm corrispondente), come segnalato dal checker ufficiale degli adapter.",
|
|
66
|
-
"es": "Se eliminaron las entradas de common.news para versiones que nunca se publicaron realmente en npm (0.6.1-0.6.5, 0.6.7 - solo incrementos de versión en git, sin la correspondiente publicación en npm), según lo indicado por el verificador oficial de adaptadores.",
|
|
67
|
-
"pl": "Usunięto wpisy common.news dla wersji, które nigdy nie zostały faktycznie opublikowane w npm (0.6.1-0.6.5, 0.6.7 - tylko podniesienia wersji w git, bez odpowiadającego wydania npm), zgodnie z raportem oficjalnego checkera adapterów.",
|
|
68
|
-
"uk": "Видалено записи common.news для версій, які фактично ніколи не публікувалися в npm (0.6.1-0.6.5, 0.6.7 - лише підвищення версії в git без відповідного релізу npm), як повідомив офіційний перевірник адаптерів.",
|
|
69
|
-
"zh-cn": "移除了从未真正发布到 npm 的版本的 common.news 条目(0.6.1-0.6.5、0.6.7——仅在 git 中提升了版本号,没有对应的 npm 发布),这是官方适配器检查器报告的问题。"
|
|
70
|
-
},
|
|
71
|
-
"0.6.8": {
|
|
72
|
-
"en": "Renamed the README title to \"ioBroker-Adapter (ioBroker.waip-web)\". This release doubles as the first end-to-end test of the automatic npm publish via Trusted Publishing introduced in 0.6.7.",
|
|
73
|
-
"de": "README-Titel auf „ioBroker-Adapter (ioBroker.waip-web)\" geändert. Dieses Release dient gleichzeitig als erster Test der in 0.6.7 eingeführten automatischen npm-Veröffentlichung über Trusted Publishing.",
|
|
74
|
-
"ru": "Заголовок README изменён на «ioBroker-Adapter (ioBroker.waip-web)». Этот релиз одновременно служит первым сквозным тестом автоматической публикации в npm через Trusted Publishing, введённой в версии 0.6.7.",
|
|
75
|
-
"pt": "Título do README alterado para \"ioBroker-Adapter (ioBroker.waip-web)\". Este lançamento também serve como o primeiro teste completo da publicação automática no npm via Trusted Publishing, introduzida na 0.6.7.",
|
|
76
|
-
"nl": "README-titel gewijzigd naar \"ioBroker-Adapter (ioBroker.waip-web)\". Deze release dient ook als de eerste end-to-end test van het automatisch publiceren naar npm via Trusted Publishing, geïntroduceerd in 0.6.7.",
|
|
77
|
-
"fr": "Titre du README changé en « ioBroker-Adapter (ioBroker.waip-web) ». Cette version sert également de premier test de bout en bout de la publication automatique sur npm via Trusted Publishing, introduite dans la 0.6.7.",
|
|
78
|
-
"it": "Titolo del README modificato in \"ioBroker-Adapter (ioBroker.waip-web)\". Questa release funge anche da primo test end-to-end della pubblicazione automatica su npm tramite Trusted Publishing, introdotta nella 0.6.7.",
|
|
79
|
-
"es": "Título del README cambiado a \"ioBroker-Adapter (ioBroker.waip-web)\". Esta versión también sirve como la primera prueba de extremo a extremo de la publicación automática en npm mediante Trusted Publishing, introducida en la 0.6.7.",
|
|
80
|
-
"pl": "Zmieniono tytuł README na \"ioBroker-Adapter (ioBroker.waip-web)\". To wydanie służy również jako pierwszy pełny test automatycznej publikacji w npm przez Trusted Publishing, wprowadzonej w wersji 0.6.7.",
|
|
81
|
-
"uk": "Заголовок README змінено на «ioBroker-Adapter (ioBroker.waip-web)». Цей реліз також слугує першим наскрізним тестом автоматичної публікації в npm через Trusted Publishing, введеної у версії 0.6.7.",
|
|
82
|
-
"zh-cn": "已将 README 标题更改为 \"ioBroker-Adapter (ioBroker.waip-web)\"。此版本同时也是对 0.6.7 中引入的通过 Trusted Publishing 自动发布到 npm 功能的首次端到端测试。"
|
|
83
|
-
},
|
|
84
|
-
"0.6.6": {
|
|
85
|
-
"en": "Added .gitattributes eol=lf so all contributors get consistent LF line endings regardless of local git autocrlf settings (previously caused hundreds of spurious local lint errors on Windows without affecting CI). Added package-lock.json and switched CI to the default npm ci with caching instead of npm install without caching.",
|
|
86
|
-
"de": "eol=lf in .gitattributes ergänzt, damit alle Mitwirkenden unabhängig von ihrer lokalen git-autocrlf-Einstellung konsistente LF-Zeilenenden erhalten (verursachte zuvor unter Windows lokal hunderte unnötige Lint-Fehler, ohne die CI zu betreffen). package-lock.json ergänzt und CI von npm install ohne Caching auf das Standard-npm-ci mit Caching umgestellt.",
|
|
87
|
-
"ru": "Добавлен eol=lf в .gitattributes, чтобы все участники получали единообразные окончания строк LF независимо от локальной настройки git autocrlf (ранее это вызывало сотни ложных ошибок линтера локально на Windows, не влияя на CI). Добавлен package-lock.json, CI переведён с npm install без кэширования на стандартный npm ci с кэшированием.",
|
|
88
|
-
"pt": "Adicionado eol=lf ao .gitattributes para que todos os colaboradores tenham finais de linha LF consistentes, independentemente da configuração local de autocrlf do git (antes causava centenas de erros de lint falsos localmente no Windows, sem afetar o CI). Adicionado package-lock.json e o CI foi alterado de npm install sem cache para o npm ci padrão com cache.",
|
|
89
|
-
"nl": "eol=lf toegevoegd aan .gitattributes zodat alle bijdragers consistente LF-regeleinden krijgen, ongeacht hun lokale git-autocrlf-instelling (veroorzaakte voorheen honderden onnodige lokale lintfouten op Windows, zonder invloed op CI). package-lock.json toegevoegd en CI omgezet van npm install zonder caching naar de standaard npm ci met caching.",
|
|
90
|
-
"fr": "Ajout de eol=lf dans .gitattributes afin que tous les contributeurs obtiennent des fins de ligne LF cohérentes, quel que soit leur réglage local git autocrlf (provoquait auparavant des centaines de fausses erreurs de lint locales sous Windows, sans affecter la CI). Ajout de package-lock.json et passage de la CI de npm install sans cache au npm ci standard avec cache.",
|
|
91
|
-
"it": "Aggiunto eol=lf in .gitattributes così tutti i collaboratori ottengono terminazioni di riga LF coerenti indipendentemente dall'impostazione locale di git autocrlf (in precedenza causava centinaia di falsi errori di lint locali su Windows, senza influire sulla CI). Aggiunto package-lock.json e la CI è passata da npm install senza cache al npm ci predefinito con cache.",
|
|
92
|
-
"es": "Se añadió eol=lf a .gitattributes para que todos los colaboradores obtengan finales de línea LF consistentes, independientemente de su configuración local de git autocrlf (antes causaba cientos de errores de lint falsos localmente en Windows, sin afectar a la CI). Se añadió package-lock.json y la CI pasó de npm install sin caché al npm ci estándar con caché.",
|
|
93
|
-
"pl": "Dodano eol=lf w .gitattributes, aby wszyscy współtwórcy mieli spójne zakończenia linii LF niezależnie od lokalnego ustawienia git autocrlf (wcześniej powodowało to setki fałszywych lokalnych błędów lint w systemie Windows, nie wpływając na CI). Dodano package-lock.json i przełączono CI z npm install bez cache na domyślne npm ci z cache.",
|
|
94
|
-
"uk": "Додано eol=lf у .gitattributes, щоб усі учасники отримували однакові закінчення рядків LF незалежно від локального налаштування git autocrlf (раніше це спричиняло сотні хибних локальних помилок лінтера у Windows, не впливаючи на CI). Додано package-lock.json, а CI переведено з npm install без кешування на стандартний npm ci з кешуванням.",
|
|
95
|
-
"zh-cn": "在 .gitattributes 中添加了 eol=lf,确保所有贡献者无论本地 git autocrlf 设置如何都能获得一致的 LF 换行符(此前在 Windows 上会导致本地出现数百个虚假的 lint 错误,但不影响 CI)。新增了 package-lock.json,并将 CI 从不带缓存的 npm install 切换为带缓存的默认 npm ci。"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -148,7 +148,6 @@
|
|
|
148
148
|
"messagebox": true,
|
|
149
149
|
"connectionType": "cloud",
|
|
150
150
|
"dataSource": "push",
|
|
151
|
-
"materialize": false,
|
|
152
151
|
"adminUI": {
|
|
153
152
|
"config": "json"
|
|
154
153
|
},
|
|
@@ -159,7 +158,7 @@
|
|
|
159
158
|
],
|
|
160
159
|
"globalDependencies": [
|
|
161
160
|
{
|
|
162
|
-
"admin": ">=7.
|
|
161
|
+
"admin": ">=7.8.23"
|
|
163
162
|
}
|
|
164
163
|
]
|
|
165
164
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.waip-web",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.6",
|
|
4
4
|
"description": "Wachalarm IP-Web (WAIP) Adapter für ioBroker – bindet Alarmierungen, Rückmeldungen, Routen und TTS-Ansagen per Socket.IO an ioBroker an.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "rnc11",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"url": "https://github.com/rnc11/ioBroker.waip-web/issues"
|
|
25
25
|
},
|
|
26
26
|
"engines": {
|
|
27
|
-
"node": ">=
|
|
27
|
+
"node": ">=22"
|
|
28
28
|
},
|
|
29
29
|
"main": "main.js",
|
|
30
30
|
"files": [
|
|
@@ -33,13 +33,16 @@
|
|
|
33
33
|
"io-package.json",
|
|
34
34
|
"main.js",
|
|
35
35
|
"LICENSE",
|
|
36
|
-
"README.de.md"
|
|
36
|
+
"README.de.md",
|
|
37
|
+
"CHANGELOG_OLD.md"
|
|
37
38
|
],
|
|
38
39
|
"dependencies": {
|
|
39
40
|
"@iobroker/adapter-core": "^3.4.1",
|
|
40
41
|
"socket.io-client": "^4.7.5"
|
|
41
42
|
},
|
|
42
43
|
"devDependencies": {
|
|
44
|
+
"@alcalzone/release-script": "^5.2.1",
|
|
45
|
+
"@alcalzone/release-script-plugin-iobroker": "^5.2.0",
|
|
43
46
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
44
47
|
"@iobroker/eslint-config": "^2.2.0",
|
|
45
48
|
"@iobroker/testing": "^5.2.2"
|
|
@@ -49,6 +52,7 @@
|
|
|
49
52
|
"test:integration": "mocha test/integration.js --exit",
|
|
50
53
|
"test": "npm run test:package",
|
|
51
54
|
"lint": "eslint -c eslint.config.mjs .",
|
|
52
|
-
"translate": "translate-adapter"
|
|
55
|
+
"translate": "translate-adapter",
|
|
56
|
+
"release": "release-script"
|
|
53
57
|
}
|
|
54
58
|
}
|