iobroker.ebus 4.0.1 → 4.0.2

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>Modbus</title>
23
- <script type="module" crossorigin src="./assets/index-DX4eDipk.js"></script>
23
+ <script type="module" crossorigin src="./assets/index-D1_jHHDi.js"></script>
24
24
  <link rel="stylesheet" crossorigin href="./assets/index-Bd3GtHgn.css">
25
25
  </head>
26
26
  <body>
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "ebus",
4
- "version": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "news": {
6
+ "4.0.2": {
7
+ "en": ": bug fix see issue #513: under some conditions admin page was not available",
8
+ "de": ": bugfix siehe ausgabe #513: unter einigen bedingungen admin-seite war nicht verfügbar",
9
+ "ru": "исправление ошибок см. проблема #513: при некоторых условиях страница администратора недоступна",
10
+ "pt": ": bug fix ver problema # 513: sob algumas condições página de administrador não estava disponível",
11
+ "nl": ": bug fix zie probleem #513: onder sommige voorwaarden admin pagina was niet beschikbaar",
12
+ "fr": ": correction du bug voir le problème #513: sous certaines conditions la page admin n'était pas disponible",
13
+ "it": ": bug fix vedi problema #513: in alcune condizioni pagina admin non era disponibile",
14
+ "es": ": corrección de errores ver número #513: bajo algunas condiciones página de administración no estaba disponible",
15
+ "pl": ": bug fix see issue # 513: pod pewnymi warunkami strona admin nie była dostępna",
16
+ "uk": ": виправлення помилок див. питання #513: в деяких умовах admin page не був доступний",
17
+ "zh-cn": ": bug fix 参见 513 期: 在某些条件下, 管理页面没有可用"
18
+ },
6
19
  "4.0.1": {
7
20
  "en": ": admin rewitten based on react\n: see issue #470: table of polled datapoints can now be filled from existing datapoints in ebusd again\n: adapter rewritten in typescript",
8
21
  "de": ": admin basierend auf React neu geschrieben\n: siehe issue #470: Tabelle der abgefragten Datenpunkte kann nun wieder aus vorhandenen Datenpunkten gefüllt werden\n: Adapter in Typescript neu geschrieben",
@@ -80,19 +93,6 @@
80
93
  "pl": "aktualizacja zależności + zmiany w oparciu o sprawdzacz adaptera",
81
94
  "uk": "оновлення залежності + зміни на основі перевірки адаптера",
82
95
  "zh-cn": "根据适配器检查器更新依赖性+变化"
83
- },
84
- "3.6.7": {
85
- "en": "dependencies updated and bug fix based on adapter checker",
86
- "de": "abhängigkeiten aktualisiert und fehler beheben basierend auf adapter checker",
87
- "ru": "обновленные зависимости и исправление ошибок на основе проверки адаптера",
88
- "pt": "dependências atualizadas e correção de erros com base no verificador do adaptador",
89
- "nl": "afhankelijkheden bijgewerkt en bug fix op basis van adaptercontrole",
90
- "fr": "dépendances mises à jour et correction de bugs basée sur adaptateur checker",
91
- "it": "dipendenze aggiornate e correzione bug in base all'adattatore checker",
92
- "es": "dependencias actualizadas y corrección de ошибок basado en el контроль de адаптера",
93
- "pl": "aktualizacja zależności i naprawianie błędów w oparciu o sprawdzacz adaptera",
94
- "uk": "залежностей, оновлено і виправлення помилок на основі перевірки адаптера",
95
- "zh-cn": "基于适配器检查器更新的依赖性和错误修正"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.ebus",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "ioBroker ebus Adapter",
5
5
  "author": {
6
6
  "name": "René G.",