iobroker.iot 5.0.13 → 6.0.1

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 (38) hide show
  1. package/README.md +6 -6
  2. package/admin/assets/index-39e7CNHj.js +705 -0
  3. package/admin/index_m.html +1 -1
  4. package/admin/rules/@mf-types/compiled-types/ActionVisu.d.ts +1 -1
  5. package/admin/rules/@mf-types.zip +0 -0
  6. package/admin/rules/assets/{ActionVisu-BN0Kjfo9.js → ActionVisu-BCZFwf_Y.js} +1 -1
  7. package/admin/rules/assets/{index-FrXvyqvW.js → index-DYx5xsZT.js} +76 -76
  8. package/admin/rules/assets/{localSharedImportMap-8wECk2hR.js → localSharedImportMap-CNn4MUou.js} +1 -1
  9. package/admin/rules/assets/{virtualExposes-b6CxLzZb.js → virtualExposes-B2aPQUg7.js} +1 -1
  10. package/admin/rules/customRuleBlocks.js +2 -2
  11. package/admin/rules/mf-stats.json +1 -1
  12. package/build/lib/AlexaSmartHomeV3/Alexa/Directives/Discovery.js +2 -1
  13. package/build/lib/AlexaSmartHomeV3/Alexa/Directives/Discovery.js.map +1 -1
  14. package/build/lib/AlexaSmartHomeV3/Controls/AirCondition.js +2 -2
  15. package/build/lib/AlexaSmartHomeV3/Controls/AirCondition.js.map +1 -1
  16. package/build/lib/AlexaSmartHomeV3/Controls/Ct.js +1 -1
  17. package/build/lib/AlexaSmartHomeV3/Controls/Ct.js.map +1 -1
  18. package/build/lib/AlexaSmartHomeV3/Controls/Rgb.js +1 -1
  19. package/build/lib/AlexaSmartHomeV3/Controls/Rgb.js.map +1 -1
  20. package/build/lib/AlexaSmartHomeV3/Controls/RgbSingle.js +1 -1
  21. package/build/lib/AlexaSmartHomeV3/Controls/RgbSingle.js.map +1 -1
  22. package/build/lib/AlexaSmartHomeV3/Controls/RgbwSingle.js +1 -1
  23. package/build/lib/AlexaSmartHomeV3/Controls/RgbwSingle.js.map +1 -1
  24. package/build/lib/AlexaSmartHomeV3/Controls/Thermostat.js +1 -1
  25. package/build/lib/AlexaSmartHomeV3/Controls/Thermostat.js.map +1 -1
  26. package/build/lib/AlexaSmartHomeV3/Controls/Volume.js +2 -2
  27. package/build/lib/AlexaSmartHomeV3/Controls/Volume.js.map +1 -1
  28. package/build/lib/AlexaSmartHomeV3/DeviceManager.js +18 -9
  29. package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -1
  30. package/build/lib/AlexaSmartHomeV3/Helpers/DiscoveryValidator.js +283 -0
  31. package/build/lib/AlexaSmartHomeV3/Helpers/DiscoveryValidator.js.map +1 -0
  32. package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +4 -0
  33. package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
  34. package/build/lib/alisa.js +15 -14
  35. package/build/lib/googleHome.js +151 -207
  36. package/io-package.json +14 -14
  37. package/package.json +1 -1
  38. package/admin/assets/index-DCr4hGKK.js +0 -705
package/README.md CHANGED
@@ -416,8 +416,13 @@ setState('iot.0.app.message', JSON.stringify({
416
416
  ### **WORK IN PROGRESS**
417
417
  -->
418
418
  ## Changelog
419
- ### 5.0.13 (2026-03-31)
419
+ ### 6.0.1 (2026-04-07)
420
420
  - (iobroker-bot) Adapter requires node.js >= 20 now.
421
+ - (@GermanBluefox) Removed support for Alexa 2
422
+ - (@GermanBluefox) Fixed bug in Alisa with color and motion sensor
423
+ - (@GermanBluefox) Validate Discovery response before sending it back
424
+
425
+ ### 5.0.13 (2026-03-31)
421
426
  - (@GermanBluefox) Corrected the handling of the multiple group names
422
427
  - (@GermanBluefox) Fixing the license validation
423
428
 
@@ -437,11 +442,6 @@ setState('iot.0.app.message', JSON.stringify({
437
442
  - (@GermanBluefox) Optimized the update of devices in GUI
438
443
  - (@GermanBluefox) Implemented slider with custom min/max values
439
444
 
440
- ### 5.0.7 (2025-11-03)
441
- - (@GermanBluefox) Added possibility to group devices by type in GUI
442
- - (@GermanBluefox) Allowed to select any type in Alexe V3
443
- - (@GermanBluefox) Remove disabled states from auto-detection
444
-
445
445
  ## License
446
446
 
447
447
  The MIT License (MIT)