iobroker.lorawan 1.20.18 → 1.20.19
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 +3 -0
- package/io-package.json +14 -14
- package/lib/modules/deviceManager.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,6 +23,9 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
|
|
|
23
23
|
Placeholder for the next version (at the beginning of the line):
|
|
24
24
|
### **WORK IN PROGRESS**
|
|
25
25
|
-->
|
|
26
|
+
### 1.20.19 (2026-01-27)
|
|
27
|
+
* (BenAhrdt) bugfix incon set
|
|
28
|
+
|
|
26
29
|
### 1.20.18 (2026-01-27)
|
|
27
30
|
* (BenAhrdt) bugfix nameing incomingTopic
|
|
28
31
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "lorawan",
|
|
4
|
-
"version": "1.20.
|
|
4
|
+
"version": "1.20.19",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.20.19": {
|
|
7
|
+
"en": "bugfix incon set",
|
|
8
|
+
"de": "bugfix incon set",
|
|
9
|
+
"ru": "багфикс incon set",
|
|
10
|
+
"pt": "conjunto de incons de correção de erros",
|
|
11
|
+
"nl": "bugfix-inconset",
|
|
12
|
+
"fr": "bugfix incon set",
|
|
13
|
+
"it": "set bugfix incon",
|
|
14
|
+
"es": "bugfix incon set",
|
|
15
|
+
"pl": "bugfix incon set",
|
|
16
|
+
"uk": "виправлення помилок",
|
|
17
|
+
"zh-cn": "装入套装错误"
|
|
18
|
+
},
|
|
6
19
|
"1.20.18": {
|
|
7
20
|
"en": "bugfix nameing incomingTopic",
|
|
8
21
|
"de": "bugfix Nameing eingehend Thema",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "ulepszenie urządzenia Ikony menedżera i przyciski",
|
|
81
94
|
"uk": "поліпшення пристрою Ім'я користувача",
|
|
82
95
|
"zh-cn": "改进设备 管理器图标和按钮"
|
|
83
|
-
},
|
|
84
|
-
"1.20.10": {
|
|
85
|
-
"en": "return to root getCnageInfo",
|
|
86
|
-
"de": "zurück zu root getCnageInfo",
|
|
87
|
-
"ru": "вернуться в root getCnageInfo",
|
|
88
|
-
"pt": "voltar ao root getCnageInfo",
|
|
89
|
-
"nl": "terug naar root getCnageInfo",
|
|
90
|
-
"fr": "retour à la racine getCnageInfo",
|
|
91
|
-
"it": "ritorno a root getCnageInfo",
|
|
92
|
-
"es": "volver a root getCnageInfo",
|
|
93
|
-
"pl": "powrót do root getCnageInfo",
|
|
94
|
-
"uk": "повернення в корінь GetCnageInfo",
|
|
95
|
-
"zh-cn": "返回到 root 获取CnageInfo"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -142,7 +142,7 @@ class LoRaWANDeviceManagement extends DeviceManagement {
|
|
|
142
142
|
hub5: 'hub5',
|
|
143
143
|
controller: 'controller',
|
|
144
144
|
};
|
|
145
|
-
if (deviceValue.
|
|
145
|
+
if (deviceValue.detectedRoles) {
|
|
146
146
|
if (deviceValue.detectedRoles['level.temperature']) {
|
|
147
147
|
return possibleIcons.thermostat;
|
|
148
148
|
} else if (deviceValue.detectedRoles['sensor.door']) {
|