iobroker.ebus 3.0.3 → 3.0.4

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 CHANGED
@@ -55,7 +55,7 @@ Attention: command in datapoint ebus.0.cmd is deleted after executing of command
55
55
 
56
56
  ## Changelog
57
57
 
58
- ### 3.0.3 (2022-08-18)
58
+ ### 3.0.4 (2022-08-18)
59
59
  * (René) tooltip in wizard added
60
60
  * (René) flot and dependencies updated
61
61
  * (René) errors from ebusd are shown as warning here in adapter, details schould be checked in logs of ebusd
package/io-package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "ebus",
4
- "version": "3.0.3",
4
+ "version": "3.0.4",
5
5
  "news": {
6
- "3.0.3": {
6
+ "3.0.4": {
7
7
  "en": "widget with tooltip",
8
8
  "de": "Widget mit Tooltip",
9
9
  "ru": "виджет с подсказкой",
package/main.js CHANGED
@@ -261,7 +261,7 @@ async function ebusd_Command() {
261
261
  const data = await promiseSocket.read();
262
262
 
263
263
  if (data.includes("ERR")) {
264
- adapter.log.warn("sent " + oCmds[n] + ", received " + data + " please check ebusd logs for details!";
264
+ adapter.log.warn("sent " + oCmds[n] + ", received " + data + " please check ebusd logs for details!");
265
265
  }
266
266
  else {
267
267
  adapter.log.debug("received " + data);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.ebus",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "ioBroker ebus Adapter",
5
5
  "author": {
6
6
  "name": "René G.",