Skip to content

Commit

Permalink
fixed Notification from ioBroker Check and Service Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Weber committed Nov 25, 2024
1 parent c8874f5 commit 4e0b9bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
8 changes: 4 additions & 4 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"label": "IP Address",
"default": "192.168.2.177",
"help": "Enter the IP address or host name of the device",
"xs": 6,
"xs": 12,
"sm": 6,
"md": 6,
"lg": 6,
Expand All @@ -27,7 +27,7 @@
"help": "Enter the port number",
"min": 1024,
"max": 49151,
"xs": 6,
"xs": 12,
"sm": 6,
"md": 6,
"lg": 6,
Expand All @@ -40,7 +40,7 @@
"default": 30,
"help": "Enter the polling interval in seconds",
"xs": 12,
"sm": 12,
"sm": 6,
"md": 6,
"lg": 6,
"xl": 6
Expand All @@ -53,7 +53,7 @@
"default": 30,
"help": "Enter the data frame index (i.e. multiple devices connected to the same BL-NET)",
"xs": 12,
"sm": 12,
"sm": 6,
"md": 6,
"lg": 6,
"xl": 6
Expand Down
13 changes: 0 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,6 @@
"uk": "застібка щілини",
"zh-cn": "线性修正"
},
"1.0.11": {
"en": "improved CAN bus mode reading",
"de": "verbesserte CAN-Busmodusmessung",
"ru": "улучшенный режим автобуса",
"pt": "melhor leitura do modo de ônibus CAN",
"nl": "verbeterde CAN bus modus lezen",
"fr": "meilleure lecture du mode de bus CAN",
"it": "migliore lettura della modalità CAN bus",
"es": "mejora del modo de autobús CAN",
"pl": "ulepszone czytanie magistrali CAN",
"uk": "покращений читання режиму CAN",
"zh-cn": "改进的 CAN 总线模式读取"
},
"1.0.10": {
"en": "improved reading device info\nfixed handling of negative temperatures",
"de": "verbesserte lesegerät-info\nfeste handhabung negativer temperaturen",
Expand Down

0 comments on commit 4e0b9bb

Please sign in to comment.