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.
@@ -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-Csa94g2Q.js"></script>
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-Csa94g2Q.js"></script>
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.2",
4
+ "version": "2.0.3",
5
5
  "news": {
6
- "2.0.2": {
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 внутри адаптера",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.devices",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Manage and create devices for using it in other adapters like material, iot,...",
5
5
  "author": {
6
6
  "name": "bluefox",