iobroker.eos-admin 7.9.52 → 7.9.53
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/adminWww/assets/Objects-DPw53Native.js +878 -0
- package/adminWww/assets/bootstrap-DPWrite53.js +317 -0
- package/adminWww/assets/hostInit-DPWrite53.js +2 -0
- package/adminWww/assets/index-DPAdapter53.js +950 -0
- package/adminWww/assets/index-DPWrite53.js +2 -0
- package/adminWww/index.html +9 -9
- package/adminWww/js/eos-objects-state-tools.js +26 -443
- package/adminWww/mf-manifest.json +1 -1
- package/adminWww/remoteEntry-DPWrite53.js +2 -0
- package/build/main.js +7 -4
- package/io-package.json +8 -4
- package/package.json +1 -1
package/io-package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "eos-admin",
|
|
4
|
-
"version": "7.9.
|
|
4
|
+
"version": "7.9.53",
|
|
5
5
|
"titleLang": {
|
|
6
6
|
"en": "NexoWatt EOS Admin",
|
|
7
7
|
"de": "NexoWatt EOS Admin",
|
|
@@ -18,6 +18,10 @@
|
|
|
18
18
|
"connectionType": "local",
|
|
19
19
|
"dataSource": "push",
|
|
20
20
|
"news": {
|
|
21
|
+
"7.9.53": {
|
|
22
|
+
"en": "NexoWatt EOS v7.9.53: restored native ioBroker ObjectBrowser write semantics. Read-only registers stay read-only; writable states can be written reliably via the native value dialog.",
|
|
23
|
+
"de": "NexoWatt EOS v7.9.53: native ioBroker-ObjectBrowser-Schreiblogik wiederhergestellt. Read-Register bleiben lesend; Write-Register lassen sich zuverlässig über den nativen Wertdialog schreiben."
|
|
24
|
+
},
|
|
21
25
|
"7.9.52": {
|
|
22
26
|
"en": "NexoWatt EOS v7.9.52: fast data-point page, direct backend DP write dialog and reduced console/DOM overhead.",
|
|
23
27
|
"de": "NexoWatt EOS v7.9.52: schnellere Datenpunkte-Seite, direkter Backend-DP-Schreibdialog und weniger Console-/DOM-Last."
|
|
@@ -263,7 +267,7 @@
|
|
|
263
267
|
"icon": "admin.svg",
|
|
264
268
|
"messagebox": true,
|
|
265
269
|
"enabled": true,
|
|
266
|
-
"extIcon": "https://unpkg.com/iobroker.eos-admin@7.9.
|
|
270
|
+
"extIcon": "https://unpkg.com/iobroker.eos-admin@7.9.53/admin/admin.svg",
|
|
267
271
|
"keywords": [
|
|
268
272
|
"NexoWatt",
|
|
269
273
|
"EOS",
|
|
@@ -274,7 +278,7 @@
|
|
|
274
278
|
"licensed"
|
|
275
279
|
],
|
|
276
280
|
"compact": true,
|
|
277
|
-
"readme": "https://unpkg.com/iobroker.eos-admin@7.9.
|
|
281
|
+
"readme": "https://unpkg.com/iobroker.eos-admin@7.9.53/README.md",
|
|
278
282
|
"authors": [
|
|
279
283
|
"bluefox <bluefox@ccu.io>",
|
|
280
284
|
"hobbyquaker <hq@ccu.io>"
|
|
@@ -343,7 +347,7 @@
|
|
|
343
347
|
"nondeletable": false,
|
|
344
348
|
"allowAdapterUpdate": true,
|
|
345
349
|
"allowAdapterDelete": false,
|
|
346
|
-
"meta": "https://unpkg.com/iobroker.eos-admin@7.9.
|
|
350
|
+
"meta": "https://unpkg.com/iobroker.eos-admin@7.9.53/io-package.json",
|
|
347
351
|
"npmPackage": "iobroker.eos-admin",
|
|
348
352
|
"packetName": "iobroker.eos-admin"
|
|
349
353
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.eos-admin",
|
|
3
3
|
"description": "NexoWatt EOS Admin interface with reliable repository update mapping and technical log preservation.",
|
|
4
|
-
"version": "7.9.
|
|
4
|
+
"version": "7.9.53",
|
|
5
5
|
"contributors": [
|
|
6
6
|
"bluefox <dogafox@gmail.com>",
|
|
7
7
|
"apollon77",
|