iobroker.iot 5.0.11 → 5.0.13
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/LICENSE +1 -1
- package/README.md +11 -10
- package/admin/assets/index-CJ_AWUR4.css +1 -0
- package/admin/assets/index-DCr4hGKK.js +705 -0
- package/admin/index_m.html +2 -2
- package/admin/rules/@mf-types/ActionVisu.d.ts +2 -0
- package/admin/rules/@mf-types/compiled-types/ActionVisu.d.ts +29 -0
- package/admin/rules/@mf-types.d.ts +3 -0
- package/admin/rules/@mf-types.zip +0 -0
- package/admin/rules/assets/ActionVisu-BN0Kjfo9.js +5 -0
- package/admin/rules/assets/ActionVisu__loadShare___mf_0_iobroker_mf_1_adapter_mf_2_react_mf_2_v5__loadShare__.js-D5qEIjqV.js +1 -0
- package/admin/rules/assets/ActionVisu__loadShare__react__loadShare__.js-aa1tDx2C.js +1 -0
- package/admin/rules/assets/ActionVisu__loadShare__react__loadShare__.js_commonjs-proxy-DX6cx281.js +1 -0
- package/admin/rules/assets/ActionVisu__loadShare__react_mf_2_dom__loadShare__.js-uY2qDezJ.js +1 -0
- package/admin/rules/assets/ActionVisu__loadShare__react_mf_2_dom__loadShare__.js_commonjs-proxy-27bLZRGy.js +1 -0
- package/admin/rules/assets/bootstrap-QjsDSZNA.js +1 -0
- package/admin/rules/assets/hostInit-CoWylRge.js +1 -0
- package/admin/rules/assets/index-C1ZEp-2N.js +2 -0
- package/admin/rules/assets/index-Ccpql4vu.js +1 -0
- package/admin/rules/assets/{index-DAfe9TMn.js → index-DiSsXjpZ.js} +4 -20
- package/admin/rules/assets/index-FrXvyqvW.js +1187 -0
- package/admin/rules/assets/jsx-runtime-CnsYFZsa.js +1 -0
- package/admin/rules/assets/localSharedImportMap-8wECk2hR.js +1 -0
- package/admin/rules/assets/virtualExposes-b6CxLzZb.js +1 -0
- package/admin/rules/customRuleBlocks.js +7 -2
- package/admin/rules/mf-stats.json +1 -0
- package/build/lib/AlexaSmartHomeV3/Alexa/AlexaResponse.js +2 -2
- package/build/lib/AlexaSmartHomeV3/Alexa/AlexaResponse.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/EndpointHealth.js +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/EndpointHealth.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Base.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Control.js +2 -2
- package/build/lib/AlexaSmartHomeV3/Controls/Control.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Device.js +3 -3
- package/build/lib/AlexaSmartHomeV3/Device.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js +2 -1
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/RateLimiter.js +2 -2
- package/build/lib/AlexaSmartHomeV3/Helpers/RateLimiter.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
- package/build/lib/alisa.js +4 -4
- package/build/main.js +35 -64
- package/build/main.js.map +1 -1
- package/io-package.json +27 -27
- package/package.json +13 -14
- package/admin/assets/index-Bd3GtHgn.css +0 -1
- package/admin/assets/index-BmnNw2oA.js +0 -759
- package/admin/rules/assets/ActionVisu-BvWg4aqg.js +0 -5
- package/admin/rules/assets/ActionVisu__loadShare__react__loadShare__-5Bv9wGPU.js +0 -1
- package/admin/rules/assets/ActionVisu__loadShare__react_mf_2_dom__loadShare__-DUk47PjY.js +0 -9
- package/admin/rules/assets/ActionVisu__mf_v__runtimeInit__mf_v__-BUkKpfUR.js +0 -1
- package/admin/rules/assets/_commonjsHelpers-Cpj98o6Y.js +0 -1
- package/admin/rules/assets/bootstrap-BPw119x4.js +0 -1
- package/admin/rules/assets/hostInit-Dxp6BaAc.js +0 -2
- package/admin/rules/assets/index-Do-nCdWy.js +0 -9
- package/admin/rules/assets/index-NkHakkqA.js +0 -2
- package/admin/rules/assets/index-aJU5X-xL.js +0 -1152
- package/admin/rules/assets/index.cjs-DyuWoUPi.js +0 -8
- package/admin/rules/assets/virtualExposes-BQXgT6g9.js +0 -2
- package/build/lib/alexaSmartHomeV2.js +0 -2788
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2018-
|
|
3
|
+
Copyright (c) 2018-2026 bluefox <dogafox@gmail.com>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
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,15 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
416
416
|
### **WORK IN PROGRESS**
|
|
417
417
|
-->
|
|
418
418
|
## Changelog
|
|
419
|
+
### 5.0.13 (2026-03-31)
|
|
420
|
+
- (iobroker-bot) Adapter requires node.js >= 20 now.
|
|
421
|
+
- (@GermanBluefox) Corrected the handling of the multiple group names
|
|
422
|
+
- (@GermanBluefox) Fixing the license validation
|
|
423
|
+
|
|
424
|
+
### 5.0.12 (2025-12-21)
|
|
425
|
+
- (@GermanBluefox) Added copy of credentials from cloud instance
|
|
426
|
+
- (@GermanBluefox) Added QR code to fast connect the ioBroker visu app
|
|
427
|
+
|
|
419
428
|
### 5.0.11 (2025-12-16)
|
|
420
429
|
- (@GermanBluefox) Added percentual control
|
|
421
430
|
- (@GermanBluefox) Correcting creation for complex groups
|
|
@@ -433,19 +442,11 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
433
442
|
- (@GermanBluefox) Allowed to select any type in Alexe V3
|
|
434
443
|
- (@GermanBluefox) Remove disabled states from auto-detection
|
|
435
444
|
|
|
436
|
-
### 5.0.6 (2025-11-01)
|
|
437
|
-
- (@GermanBluefox) Added logs to detect the issues with detection
|
|
438
|
-
- (@GermanBluefox) Added possibility to use the 0/1 state as socket
|
|
439
|
-
- (@GermanBluefox) Added dialog to bulk manage the smart names of one device
|
|
440
|
-
|
|
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)
|
|
447
448
|
|
|
448
|
-
Copyright (c) 2018-
|
|
449
|
+
Copyright (c) 2018-2026 bluefox <dogafox@gmail.com>
|
|
449
450
|
|
|
450
451
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
451
452
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden}::-webkit-scrollbar-track{background-color:#ccc}::-webkit-scrollbar{background-color:#ccc;width:6px}::-webkit-scrollbar-thumb{background-color:#575757}#root,.App{height:100%}
|