iobroker.iot 5.0.11 → 5.0.12
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 +5 -4
- package/admin/assets/index-jI5Tax_m.js +766 -0
- package/admin/index_m.html +1 -1
- package/admin/rules/assets/{index-aJU5X-xL.js → index-iefDESue.js} +29 -29
- package/admin/rules/customRuleBlocks.js +2 -2
- package/io-package.json +14 -14
- package/package.json +1 -1
- package/admin/assets/index-BmnNw2oA.js +0 -759
package/README.md
CHANGED
|
@@ -387,7 +387,7 @@ setState('iot.0.app.priority', 'normal'); // optional. Priority: 'high' or 'norm
|
|
|
387
387
|
setState('iot.0.app.title', 'ioBroker'); // optional. Default "ioBroker"
|
|
388
388
|
setState('iot.0.app.message', 'Message text'); // important, that ack=false (default)
|
|
389
389
|
|
|
390
|
-
// or just one state (this also allows to use payload -> `actions`, `devices` and `
|
|
390
|
+
// or just one state (this also allows to use payload -> `actions`, `devices` and `openUrl` property)
|
|
391
391
|
// only message is mandatory. All other are optional
|
|
392
392
|
// Note that, if you are using `actions`or `devices`, the app needs to handle the notification in the background before showing it
|
|
393
393
|
// in some scenarios, e.g. low power or spamming to many notifications the OS may decide to not show the notification at all
|
|
@@ -416,6 +416,10 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
416
416
|
### **WORK IN PROGRESS**
|
|
417
417
|
-->
|
|
418
418
|
## Changelog
|
|
419
|
+
### 5.0.12 (2025-12-21)
|
|
420
|
+
- (@GermanBluefox) Added copy of credentials from cloud instance
|
|
421
|
+
- (@GermanBluefox) Added QR code to fast connect the ioBroker visu app
|
|
422
|
+
|
|
419
423
|
### 5.0.11 (2025-12-16)
|
|
420
424
|
- (@GermanBluefox) Added percentual control
|
|
421
425
|
- (@GermanBluefox) Correcting creation for complex groups
|
|
@@ -438,9 +442,6 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
438
442
|
- (@GermanBluefox) Added possibility to use the 0/1 state as socket
|
|
439
443
|
- (@GermanBluefox) Added dialog to bulk manage the smart names of one device
|
|
440
444
|
|
|
441
|
-
### 5.0.5 (2025-10-31)
|
|
442
|
-
- (@GermanBluefox) Changed behavior of HUE lamps
|
|
443
|
-
|
|
444
445
|
## License
|
|
445
446
|
|
|
446
447
|
The MIT License (MIT)
|