iobroker.eos-admin 7.9.41 → 7.9.42
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/README.md +4 -0
- package/adminWww/assets/Adapters-B5_jQ7DE.js +2 -2
- package/adminWww/assets/Instances-YdaGnS5a.js +1 -1
- package/adminWww/index.html +5 -5
- package/adminWww/js/eos-branding.js +1 -1
- package/adminWww/js/eos-objects-state-tools.js +1 -1
- package/adminWww/js/eos-security-ui.js +2 -2
- package/io-package.json +24 -5
- package/package.json +1 -1
package/adminWww/index.html
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
rel="stylesheet"
|
|
32
32
|
href="css/leaflet.css"
|
|
33
33
|
/>
|
|
34
|
-
<link rel="stylesheet" href="./css/eos-branding.css?v=
|
|
34
|
+
<link rel="stylesheet" href="./css/eos-branding.css?v=42" />
|
|
35
35
|
<link
|
|
36
36
|
rel="manifest"
|
|
37
37
|
href="manifest.json"
|
|
@@ -154,10 +154,10 @@
|
|
|
154
154
|
<script type="module" crossorigin src="./assets/index-CQZugZ1z.js"></script>
|
|
155
155
|
<link rel="modulepreload" crossorigin href="./assets/preload-helper-BDBacUwf.js">
|
|
156
156
|
<link rel="modulepreload" crossorigin href="./assets/iobroker_admin__mf_v__runtimeInit__mf_v__-g2X2zhAf.js">
|
|
157
|
-
<script defer src="./js/eos-branding.js?v=
|
|
158
|
-
<script defer src="./js/eos-security-ui.js?v=
|
|
159
|
-
<script defer src="./js/eos-assistant.js?v=
|
|
160
|
-
<script defer src="./js/eos-objects-state-tools.js?v=
|
|
157
|
+
<script defer src="./js/eos-branding.js?v=42"></script>
|
|
158
|
+
<script defer src="./js/eos-security-ui.js?v=42"></script>
|
|
159
|
+
<script defer src="./js/eos-assistant.js?v=42"></script>
|
|
160
|
+
<script defer src="./js/eos-objects-state-tools.js?v=42"></script>
|
|
161
161
|
</head>
|
|
162
162
|
<body>
|
|
163
163
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
const LOGO = asset('img/eos/nexowatt-192.png');
|
|
15
15
|
const PNG_LOGO = asset('img/eos/nexowatt-192.png');
|
|
16
16
|
const LOGIN_MOTTO = EOS_MEANING;
|
|
17
|
-
const CORE_PROTECTED_ADAPTERS = ['eos-admin', 'backitup', 'nexowatt-devices', 'nexowatt-device', 'nexowatt-dev', 'nexowatt-ui'];
|
|
17
|
+
const CORE_PROTECTED_ADAPTERS = ['admin', 'eos-admin', 'backitup', 'nexowatt-devices', 'nexowatt-device', 'nexowatt-dev', 'nexowatt-ui'];
|
|
18
18
|
|
|
19
19
|
const TEXT_REPLACEMENTS = [
|
|
20
20
|
[/NexoWatt\s+Energy\s+Management\s+System/gi, BRAND],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
window.NEXOWATT_EOS_OBJECTS_STATE_TOOLS_VERSION = '
|
|
4
|
+
window.NEXOWATT_EOS_OBJECTS_STATE_TOOLS_VERSION = 'v42-force-version-delete-dp-fix';
|
|
5
5
|
|
|
6
6
|
const ACTIVE_CLASS = 'eos-objects-surface';
|
|
7
7
|
const safe = fn => { try { return fn(); } catch (e) { return undefined; } };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
const VERSION = '
|
|
4
|
+
const VERSION = 'v42-force-version-delete-dp-fix';
|
|
5
5
|
const LEGACY_ADMIN = 'admin';
|
|
6
6
|
const LEGACY_ADMIN_INSTANCE = 'admin.0';
|
|
7
|
-
const CORE_PROTECTED_ADAPTERS = ['eos-admin', 'backitup', 'nexowatt-devices', 'nexowatt-device', 'nexowatt-dev', 'nexowatt-ui'];
|
|
7
|
+
const CORE_PROTECTED_ADAPTERS = ['admin', 'eos-admin', 'backitup', 'nexowatt-devices', 'nexowatt-device', 'nexowatt-dev', 'nexowatt-ui'];
|
|
8
8
|
const ASSET_BASE = (() => {
|
|
9
9
|
const script = document.currentScript?.src || document.querySelector('script[src*="eos-security-ui.js"]')?.src || window.location.href;
|
|
10
10
|
return new URL('../', script).href;
|
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.42",
|
|
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.42": {
|
|
22
|
+
"en": "Forced visible update package with cache-busting version markers; adapter/instance deletion is blocked only for Admin/EOS Admin, BackItUp/Backup, NexoWatt Devices and NexoWatt UI; writable datapoints keep reliable command writes.",
|
|
23
|
+
"de": "Sichtbares Force-Update mit Cache-Busting-Versionen; Adapter-/Instanz-Löschung bleibt nur für Admin/EOS Admin, BackItUp/Backup, NexoWatt Devices und NexoWatt UI gesperrt; beschreibbare Datenpunkte schreiben Befehlswerte weiterhin zuverlässig."
|
|
24
|
+
},
|
|
21
25
|
"7.9.38": {
|
|
22
26
|
"en": "Fixed native dialog/popup compatibility and adapter install search after EOS overlay changes.",
|
|
23
27
|
"de": "Native Dialoge, Popups und Adapter-Installationssuche nach EOS-Overlay-Anpassungen korrigiert."
|
|
@@ -222,7 +226,7 @@
|
|
|
222
226
|
"icon": "admin.svg",
|
|
223
227
|
"messagebox": true,
|
|
224
228
|
"enabled": true,
|
|
225
|
-
"extIcon": "https://unpkg.com/iobroker.eos-admin@7.9.
|
|
229
|
+
"extIcon": "https://unpkg.com/iobroker.eos-admin@7.9.42/admin/admin.svg",
|
|
226
230
|
"keywords": [
|
|
227
231
|
"NexoWatt",
|
|
228
232
|
"EOS",
|
|
@@ -233,7 +237,7 @@
|
|
|
233
237
|
"licensed"
|
|
234
238
|
],
|
|
235
239
|
"compact": true,
|
|
236
|
-
"readme": "https://unpkg.com/iobroker.eos-admin@7.9.
|
|
240
|
+
"readme": "https://unpkg.com/iobroker.eos-admin@7.9.42/README.md",
|
|
237
241
|
"authors": [
|
|
238
242
|
"bluefox <bluefox@ccu.io>",
|
|
239
243
|
"hobbyquaker <hq@ccu.io>"
|
|
@@ -302,7 +306,7 @@
|
|
|
302
306
|
"nondeletable": false,
|
|
303
307
|
"allowAdapterUpdate": true,
|
|
304
308
|
"allowAdapterDelete": false,
|
|
305
|
-
"meta": "https://unpkg.com/iobroker.eos-admin@7.9.
|
|
309
|
+
"meta": "https://unpkg.com/iobroker.eos-admin@7.9.42/io-package.json",
|
|
306
310
|
"npmPackage": "iobroker.eos-admin",
|
|
307
311
|
"packetName": "iobroker.eos-admin"
|
|
308
312
|
},
|
|
@@ -346,9 +350,14 @@
|
|
|
346
350
|
"eosLegacyAdminLockBind": "127.0.0.1",
|
|
347
351
|
"eosProtectAdapterDeletion": true,
|
|
348
352
|
"eosProtectedAdapters": [
|
|
353
|
+
{
|
|
354
|
+
"adapter": "admin",
|
|
355
|
+
"note": "ioBroker Admin / Legacy Admin",
|
|
356
|
+
"enabled": true
|
|
357
|
+
},
|
|
349
358
|
{
|
|
350
359
|
"adapter": "eos-admin",
|
|
351
|
-
"note": "EOS Admin
|
|
360
|
+
"note": "NexoWatt EOS Admin",
|
|
352
361
|
"enabled": true
|
|
353
362
|
},
|
|
354
363
|
{
|
|
@@ -361,6 +370,16 @@
|
|
|
361
370
|
"note": "NexoWatt Devices / Geräteverwaltung",
|
|
362
371
|
"enabled": true
|
|
363
372
|
},
|
|
373
|
+
{
|
|
374
|
+
"adapter": "nexowatt-device",
|
|
375
|
+
"note": "NexoWatt Device / Geräteverwaltung",
|
|
376
|
+
"enabled": true
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"adapter": "nexowatt-dev",
|
|
380
|
+
"note": "NexoWatt Device / Geräteverwaltung",
|
|
381
|
+
"enabled": true
|
|
382
|
+
},
|
|
364
383
|
{
|
|
365
384
|
"adapter": "nexowatt-ui",
|
|
366
385
|
"note": "NexoWatt UI / Bedienoberfläche",
|
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.42",
|
|
5
5
|
"contributors": [
|
|
6
6
|
"bluefox <dogafox@gmail.com>",
|
|
7
7
|
"apollon77",
|