iobroker.iot 6.0.1 → 6.0.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.
Files changed (30) hide show
  1. package/README.md +3 -8
  2. package/admin/assets/index-BdqghSg7.js +705 -0
  3. package/admin/index_m.html +1 -1
  4. package/admin/rules/@mf-types.zip +0 -0
  5. package/admin/rules/assets/{ActionVisu__loadShare__react__loadShare__.js-aa1tDx2C.js → ActionVisu__loadShare__react__loadShare__.js-B4USkKO5.js} +1 -1
  6. package/admin/rules/assets/{ActionVisu__loadShare__react__loadShare__.js_commonjs-proxy-DX6cx281.js → ActionVisu__loadShare__react__loadShare__.js_commonjs-proxy-CEUqE4IA.js} +1 -1
  7. package/admin/rules/assets/{ActionVisu__loadShare__react_mf_2_dom__loadShare__.js_commonjs-proxy-27bLZRGy.js → ActionVisu__loadShare__react_mf_2_dom__loadShare__.js_commonjs-proxy-MphP5XTI.js} +1 -1
  8. package/admin/rules/assets/{bootstrap-QjsDSZNA.js → bootstrap-BKoQjf4I.js} +1 -1
  9. package/admin/rules/assets/{index-DiSsXjpZ.js → index-BlSAfGU-.js} +4 -4
  10. package/admin/rules/assets/index-Dk5YUp3j.js +1187 -0
  11. package/admin/rules/assets/{index-C1ZEp-2N.js → index-pMP6L5OL.js} +2 -2
  12. package/admin/rules/assets/{jsx-runtime-CnsYFZsa.js → jsx-runtime-D-zp5RaI.js} +1 -1
  13. package/admin/rules/assets/{localSharedImportMap-CNn4MUou.js → localSharedImportMap-BsAeuDnA.js} +1 -1
  14. package/admin/rules/customRuleBlocks.js +5 -5
  15. package/build/lib/AlexaSmartHomeV3/Alexa/Directives/Discovery.js +9 -0
  16. package/build/lib/AlexaSmartHomeV3/Alexa/Directives/Discovery.js.map +1 -1
  17. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/TargetSetpoint.js +8 -1
  18. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/TargetSetpoint.js.map +1 -1
  19. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Temperature.js +8 -1
  20. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Temperature.js.map +1 -1
  21. package/build/lib/AlexaSmartHomeV3/Controls/Control.js +7 -0
  22. package/build/lib/AlexaSmartHomeV3/Controls/Control.js.map +1 -1
  23. package/build/lib/remote.js +1 -1
  24. package/build/lib/remote.js.map +1 -1
  25. package/io-package.json +14 -14
  26. package/package.json +5 -5
  27. package/admin/assets/index-39e7CNHj.js +0 -705
  28. package/admin/rules/assets/index-DYx5xsZT.js +0 -1187
  29. package/admin/rules/mf-stats.json +0 -1
  30. /package/admin/rules/assets/{index-Ccpql4vu.js → index-BPY9gF0q.js} +0 -0
package/README.md CHANGED
@@ -416,6 +416,9 @@ setState('iot.0.app.message', JSON.stringify({
416
416
  ### **WORK IN PROGRESS**
417
417
  -->
418
418
  ## Changelog
419
+ ### 6.0.3 (2026-04-23)
420
+ - (@GermanBluefox) Allowed to read temperature information via Alexa
421
+
419
422
  ### 6.0.1 (2026-04-07)
420
423
  - (iobroker-bot) Adapter requires node.js >= 20 now.
421
424
  - (@GermanBluefox) Removed support for Alexa 2
@@ -434,14 +437,6 @@ setState('iot.0.app.message', JSON.stringify({
434
437
  - (@GermanBluefox) Added percentual control
435
438
  - (@GermanBluefox) Correcting creation for complex groups
436
439
 
437
- ### 5.0.8 (2025-11-28)
438
- - (@GermanBluefox) Showed last controller ID in `smart.lastObjectID`
439
- - (@GermanBluefox) Showed subscription valid period in `info.validTill` and GUI
440
- - (@Copilot) Implemented increasing reconnect interval
441
- - (@GermanBluefox) Added automatically conversion of type TV (alexaV3) to button (alexaV3)
442
- - (@GermanBluefox) Optimized the update of devices in GUI
443
- - (@GermanBluefox) Implemented slider with custom min/max values
444
-
445
440
  ## License
446
441
 
447
442
  The MIT License (MIT)