iobroker.devices 2.0.2 → 2.0.3
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 +1 -1
- package/admin/assets/{index-Csa94g2Q.js → index-BaeInhLO.js} +2 -2
- package/admin/index_m.html +1 -1
- package/admin/tab.html +1 -1
- package/io-package.json +2 -2
- package/package.json +1 -1
- package/www/assets/{index-DHISOGRL.js → index-lrSafi0L.js} +1 -1
- package/www/index.html +1 -1
package/admin/index_m.html
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
/>
|
|
21
21
|
<script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="./lib/js/socket.io.js"></script>
|
|
22
22
|
<title>Devices</title>
|
|
23
|
-
<script type="module" crossorigin src="./assets/index-
|
|
23
|
+
<script type="module" crossorigin src="./assets/index-BaeInhLO.js"></script>
|
|
24
24
|
<link rel="stylesheet" crossorigin href="./assets/index-pCeIEsc7.css">
|
|
25
25
|
</head>
|
|
26
26
|
<body>
|
package/admin/tab.html
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
/>
|
|
21
21
|
<script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="./lib/js/socket.io.js"></script>
|
|
22
22
|
<title>Devices</title>
|
|
23
|
-
<script type="module" crossorigin src="./assets/index-
|
|
23
|
+
<script type="module" crossorigin src="./assets/index-BaeInhLO.js"></script>
|
|
24
24
|
<link rel="stylesheet" crossorigin href="./assets/index-pCeIEsc7.css">
|
|
25
25
|
</head>
|
|
26
26
|
<body>
|
package/io-package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "devices",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.3",
|
|
5
5
|
"news": {
|
|
6
|
-
"2.0.
|
|
6
|
+
"2.0.3": {
|
|
7
7
|
"en": "Added widgets' visualisation. Now it is possible to create a GUI within the adapter",
|
|
8
8
|
"de": "Die Visualisierung von Widgets wurde hinzugefügt. Jetzt ist es möglich, eine GUI innerhalb des Adapters zu erstellen",
|
|
9
9
|
"ru": "Добавлена визуализация виджетов. Теперь можно создать GUI внутри адаптера",
|