iobroker.eos-admin 7.9.28 → 7.9.29

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.
Files changed (35) hide show
  1. package/README.md +6 -6
  2. package/admin/custom/assets/index-C126PjL4.js +1 -1
  3. package/admin/custom/assets/index-C9L9KccV.js +1 -1
  4. package/admin/custom/assets/index-CGID5h1b.js +1 -1
  5. package/admin/custom/assets/index-CXw-KcYb.js +1 -1
  6. package/admin/custom/assets/index-CcDQHtwq.js +1 -1
  7. package/admin/custom/assets/index-CeBKi5zj.js +1 -1
  8. package/admin/custom/assets/index-D4vvYtPC.js +1 -1
  9. package/admin/custom/assets/index-DVBEkap_.js +1 -1
  10. package/admin/custom/assets/index-Q1ZwYVoj.js +1 -1
  11. package/admin/custom/assets/index-uKyBezpV.js +1 -1
  12. package/adminWww/assets/Garden-C1wfb2Zv.svg +1 -1
  13. package/adminWww/assets/Hoods-Bz4IVHgt.js +1 -1
  14. package/adminWww/assets/Sconces-C-gkKtaK.js +1 -1
  15. package/adminWww/assets/Shading-BYTX3uGs.js +1 -1
  16. package/adminWww/assets/Stairway-DlYPygtf.js +1 -1
  17. package/adminWww/assets/Water Heater-Byq4Q86V.js +1 -1
  18. package/adminWww/assets/group3-COTQs_Rv.svg +4 -4
  19. package/adminWww/assets/group4-m2Zjf7r0.svg +1 -1
  20. package/adminWww/assets/index-BmNcalFW.js +1 -1
  21. package/adminWww/assets/index-D2ymscJA.js +2 -2
  22. package/adminWww/assets/longLogo-Cq2C5cCK.svg +2 -2
  23. package/adminWww/assets/user1-BFYoPwj1.svg +1 -1
  24. package/adminWww/assets/user8-BOYrpMoH.svg +1 -1
  25. package/adminWww/index.html +4 -4
  26. package/adminWww/lib/css/jquery.treetable.theme.css +1 -1
  27. package/adminWww/lib/js/showdown.min.js +1 -1
  28. package/adminWww/lib/js/vendor.js +1 -1
  29. package/build/lib/chat/mcpClientManager.js +10 -1
  30. package/build/lib/web.js +11 -2
  31. package/build/main.js +1 -1
  32. package/docs/NEXOWATT_EOS_UI_V28_UPDATE_FIX_DE.md +2 -2
  33. package/io-package.json +9 -5
  34. package/package.json +3 -2
  35. package/public/404.html +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ Minimaler Repository-Eintrag:
23
23
  {
24
24
  "eos-admin": {
25
25
  "name": "eos-admin",
26
- "version": "7.9.28",
26
+ "version": "7.9.29",
27
27
  "title": "NexoWatt EOS Admin",
28
28
  "desc": {
29
29
  "de": "NexoWatt EOS Administrationsoberfläche als eigenständiger Adapter.",
@@ -134,7 +134,7 @@ NEXOWATT_PROPRIETARY_LICENSE.md
134
134
  THIRD_PARTY_NOTICES.md
135
135
  ```
136
136
 
137
- ### 7.9.28
137
+ ### 7.9.29
138
138
 
139
139
  - Self-Update über die EOS-Oberfläche repariert: der gebaute Adapter-Bundle nutzt jetzt `eos-admin` statt `admin` für den Webserver-Updatepfad.
140
140
  - `eos-admin` wird im Update-Alle-Dialog übersprungen, damit sich die laufende Oberfläche nicht selbst über den normalen Terminal-Befehl beendet.
@@ -146,9 +146,9 @@ THIRD_PARTY_NOTICES.md
146
146
  - Benutzername/Kontoanzeige oben rechts kontrastreicher dargestellt.
147
147
 
148
148
 
149
- ## v28 Update-Fix
149
+ ## v29 Update-Fix
150
150
 
151
- Version `7.9.28` entfernt den harten `common.dontDelete`-Schutz vom `eos-admin` Adapterobjekt. Dieser harte Objekt-Flag kann den ioBroker-Upgrade-Ablauf stören. Der EOS Admin bleibt für Installateur-/Endkundenrollen geschützt, bleibt aber updatefähig, weil der Schutz jetzt über ACLs, UI-Regeln und den Security Guard läuft.
151
+ Version `7.9.29` entfernt den harten `common.dontDelete`-Schutz vom `eos-admin` Adapterobjekt. Dieser harte Objekt-Flag kann den ioBroker-Upgrade-Ablauf stören. Der EOS Admin bleibt für Installateur-/Endkundenrollen geschützt, bleibt aber updatefähig, weil der Schutz jetzt über ACLs, UI-Regeln und den Security Guard läuft.
152
152
 
153
153
  Empfohlene Reparatur auf bestehenden Anlagen:
154
154
 
@@ -163,9 +163,9 @@ iobroker upload eos-admin
163
163
  iobroker restart eos-admin.0
164
164
  ```
165
165
 
166
- ## v7.9.28 update reliability note
166
+ ## v7.9.29 update reliability note
167
167
 
168
- This release fixes the EOS Admin self-update path. Previous standalone builds could still route the `eos-admin` update through the normal adapter command dialog in the prebuilt frontend bundle. Because EOS Admin is the active web interface, that path can terminate the running web process during the update. Version 7.9.28 routes the `eos-admin` adapter card update through the webserver update flow and excludes `eos-admin` from bulk update-all operations. The repository metadata must also keep `stopBeforeUpdate: false` and valid `meta`/`icon` URLs.
168
+ This release fixes the EOS Admin self-update path. Previous standalone builds could still route the `eos-admin` update through the normal adapter command dialog in the prebuilt frontend bundle. Because EOS Admin is the active web interface, that path can terminate the running web process during the update. Version 7.9.29 routes the `eos-admin` adapter card update through the webserver update flow and excludes `eos-admin` from bulk update-all operations. The repository metadata must also keep `stopBeforeUpdate: false` and valid `meta`/`icon` URLs.
169
169
 
170
170
  If an older installation has stale update-blocking object flags, repair them once with:
171
171