iobroker.lorawan 1.15.2 → 1.15.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.
- package/README.md +3 -0
- package/admin/jsonConfig.json +4 -0
- package/io-package.json +14 -14
- 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.15.3 (2025-09-15)
|
|
27
|
+
* (BenAhrdt) dont translate the selected state in bridge config
|
|
28
|
+
|
|
26
29
|
### 1.15.2 (2025-09-15)
|
|
27
30
|
* (BenAhrdt) change wording of notifications
|
|
28
31
|
* (BenAhrdt) import diagnostic and config fpr entity_type
|
package/admin/jsonConfig.json
CHANGED
|
@@ -1142,6 +1142,7 @@
|
|
|
1142
1142
|
"default": "No State selected",
|
|
1143
1143
|
"jsonData": "{\"application\":\"${data.Application}\",\"device\":\"${data.Device}\",\"folder\":\"${data.Folder}\"}",
|
|
1144
1144
|
"command": "getStatesForConfig",
|
|
1145
|
+
"noTranslation": true,
|
|
1145
1146
|
"alsoDependsOn":[
|
|
1146
1147
|
"Application",
|
|
1147
1148
|
"Device",
|
|
@@ -1280,6 +1281,7 @@
|
|
|
1280
1281
|
"default": "No State selected",
|
|
1281
1282
|
"jsonData": "{\"application\":\"${data.TargetApplication}\",\"device\":\"${data.TargetDevice}\",\"folder\":\"${data.TargetFolder}\"}",
|
|
1282
1283
|
"command": "getStatesForClimateConfig",
|
|
1284
|
+
"noTranslation": true,
|
|
1283
1285
|
"alsoDependsOn":[
|
|
1284
1286
|
"TargetApplication",
|
|
1285
1287
|
"TargetDevice",
|
|
@@ -1352,6 +1354,7 @@
|
|
|
1352
1354
|
"default": "No State selected",
|
|
1353
1355
|
"jsonData": "{\"application\":\"${data.ActApplication}\",\"device\":\"${data.ActDevice}\",\"folder\":\"${data.ActFolder}\"}",
|
|
1354
1356
|
"command": "getStatesForClimateConfig",
|
|
1357
|
+
"noTranslation": true,
|
|
1355
1358
|
"alsoDependsOn":[
|
|
1356
1359
|
"ActApplication",
|
|
1357
1360
|
"ActDevice",
|
|
@@ -1426,6 +1429,7 @@
|
|
|
1426
1429
|
"default": "No State selected",
|
|
1427
1430
|
"jsonData": "{\"application\":\"${data.ModeApplication}\",\"device\":\"${data.ActDevice}\",\"folder\":\"${data.ActFolder}\"}",
|
|
1428
1431
|
"command": "getStatesForClimateConfig",
|
|
1432
|
+
"noTranslation": true,
|
|
1429
1433
|
"alsoDependsOn":[
|
|
1430
1434
|
"ModeApplication",
|
|
1431
1435
|
"ModeDevice",
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "lorawan",
|
|
4
|
-
"version": "1.15.
|
|
4
|
+
"version": "1.15.3",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.15.3": {
|
|
7
|
+
"en": "dont translate the selected state in bridge config",
|
|
8
|
+
"de": "Nicht den ausgewählten Status in der Bridge-Konfiguration übersetzen.",
|
|
9
|
+
"ru": "Не переводите состояние \"selected\" в настройках моста",
|
|
10
|
+
"pt": "não traduzir o estado selecionado na configuração da ponte",
|
|
11
|
+
"nl": "'geselecteerde toestand' niet vertalen in de bridge-configuratie.",
|
|
12
|
+
"fr": "ne pas traduire l'état sélectionné dans la configuration du pont",
|
|
13
|
+
"it": "non tradurre lo stato selezionato nella configurazione del ponte",
|
|
14
|
+
"es": "no traducir el estado seleccionado en la configuración del puente",
|
|
15
|
+
"pl": "nie tłumacz stanu \"selected\" w konfiguracji mostu",
|
|
16
|
+
"uk": "не перекладайте обраний стан в конфігурації моста",
|
|
17
|
+
"zh-cn": "不要将“selected state”翻译成桥接配置"
|
|
18
|
+
},
|
|
6
19
|
"1.15.2": {
|
|
7
20
|
"en": "change wording of notifications\nimport diagnostic and config fpr entity_type\nchange extSernsorTemperature in ExtSernsorTemperature",
|
|
8
21
|
"de": "Änderung der Benachrichtigungen\nDiagnose und konfiguriere entity_type\nÄndern von extSernsorTemperature in ExtSernsorTemperature",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Dodano foldery dla temperatury docelowej w zdarzeniach grzewczych\nPoprawiono obsługę jednostek i maksymalną liczbę wartości w zakładce",
|
|
81
94
|
"uk": "Додано папки для цільової температури у подіях опалення\nВиправлено обробку одиниць та максимальну кількість значень у вкладці",
|
|
82
95
|
"zh-cn": "在加热事件中添加目标温度文件夹\n修复单位处理和标签中的最大值计数"
|
|
83
|
-
},
|
|
84
|
-
"1.14.6": {
|
|
85
|
-
"en": "More logging in debug mode",
|
|
86
|
-
"de": "Mehr Logging im Debug-Modus",
|
|
87
|
-
"ru": "Больше логирования в режиме отладки",
|
|
88
|
-
"pt": "Mais registros no modo de depuração",
|
|
89
|
-
"nl": "Meer logging in debugmodus",
|
|
90
|
-
"fr": "Davantage de journalisation en mode débogage",
|
|
91
|
-
"it": "Maggior logging in modalità debug",
|
|
92
|
-
"es": "Más registros en modo depuración",
|
|
93
|
-
"pl": "Więcej logowania w trybie debugowania",
|
|
94
|
-
"uk": "Більше журналювання в режимі налагодження",
|
|
95
|
-
"zh-cn": "调试模式下的更多日志记录"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|