iobroker.iot 5.0.8 → 5.0.11

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 (40) hide show
  1. package/README.md +5 -7
  2. package/admin/assets/{index-CAyjR82w.js → index-BmnNw2oA.js} +71 -71
  3. package/admin/index_m.html +1 -1
  4. package/admin/rules/assets/{ActionVisu-CRxreF9A.js → ActionVisu-BvWg4aqg.js} +3 -3
  5. package/admin/rules/assets/ActionVisu__loadShare__react__loadShare__-5Bv9wGPU.js +1 -0
  6. package/admin/rules/assets/ActionVisu__loadShare__react_mf_2_dom__loadShare__-DUk47PjY.js +9 -0
  7. package/admin/rules/assets/ActionVisu__mf_v__runtimeInit__mf_v__-BUkKpfUR.js +1 -0
  8. package/admin/rules/assets/bootstrap-BPw119x4.js +1 -0
  9. package/admin/rules/assets/hostInit-Dxp6BaAc.js +2 -2
  10. package/admin/rules/assets/{index-B4eX908S.js → index-DAfe9TMn.js} +1 -1
  11. package/admin/rules/assets/index-NkHakkqA.js +2 -0
  12. package/admin/rules/assets/{index-DR6CejZ4.js → index-aJU5X-xL.js} +37 -37
  13. package/admin/rules/assets/index.cjs-DyuWoUPi.js +8 -0
  14. package/admin/rules/assets/{virtualExposes-fQM_6VMq.js → virtualExposes-BQXgT6g9.js} +2 -2
  15. package/admin/rules/customRuleBlocks.js +2 -2
  16. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Base.js.map +1 -1
  17. package/build/lib/AlexaSmartHomeV3/Controls/Percentage.js +13 -0
  18. package/build/lib/AlexaSmartHomeV3/Controls/Percentage.js.map +1 -0
  19. package/build/lib/AlexaSmartHomeV3/Controls/index.js +7 -3
  20. package/build/lib/AlexaSmartHomeV3/Controls/index.js.map +1 -1
  21. package/build/lib/AlexaSmartHomeV3/DeviceManager.js +30 -30
  22. package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -1
  23. package/build/lib/AlexaSmartHomeV3/Helpers/AdapterProvider.js.map +1 -1
  24. package/build/lib/AlexaSmartHomeV3/Helpers/Logger.js +2 -1
  25. package/build/lib/AlexaSmartHomeV3/Helpers/Logger.js.map +1 -1
  26. package/build/lib/adminCommonSocket.js.map +1 -1
  27. package/build/lib/alexaCustom.js.map +1 -1
  28. package/build/lib/alexaSmartHomeV3.js.map +1 -1
  29. package/build/lib/remote.js.map +1 -1
  30. package/build/lib/visuApp.js.map +1 -1
  31. package/build/main.js +1 -2
  32. package/build/main.js.map +1 -1
  33. package/doc/ifttt.md +118 -121
  34. package/io-package.json +40 -40
  35. package/package.json +9 -8
  36. package/admin/rules/assets/ActionVisu__loadShare__react__loadShare__-DD24U9rt.js +0 -1
  37. package/admin/rules/assets/ActionVisu__loadShare__react_mf_2_dom__loadShare__-DByPam44.js +0 -9
  38. package/admin/rules/assets/ActionVisu__mf_v__runtimeInit__mf_v__-C2JRFvAF.js +0 -5
  39. package/admin/rules/assets/bootstrap-B41OwrCv.js +0 -1
  40. package/admin/rules/assets/index-CWRtmMP6.js +0 -2
package/README.md CHANGED
@@ -416,10 +416,14 @@ setState('iot.0.app.message', JSON.stringify({
416
416
  ### **WORK IN PROGRESS**
417
417
  -->
418
418
  ## Changelog
419
+ ### 5.0.11 (2025-12-16)
420
+ - (@GermanBluefox) Added percentual control
421
+ - (@GermanBluefox) Correcting creation for complex groups
422
+
419
423
  ### 5.0.8 (2025-11-28)
420
424
  - (@GermanBluefox) Showed last controller ID in `smart.lastObjectID`
421
425
  - (@GermanBluefox) Showed subscription valid period in `info.validTill` and GUI
422
- - (@Copilot) Implemented increasing reconnect intervall
426
+ - (@Copilot) Implemented increasing reconnect interval
423
427
  - (@GermanBluefox) Added automatically conversion of type TV (alexaV3) to button (alexaV3)
424
428
  - (@GermanBluefox) Optimized the update of devices in GUI
425
429
  - (@GermanBluefox) Implemented slider with custom min/max values
@@ -437,12 +441,6 @@ setState('iot.0.app.message', JSON.stringify({
437
441
  ### 5.0.5 (2025-10-31)
438
442
  - (@GermanBluefox) Changed behavior of HUE lamps
439
443
 
440
- ### 5.0.2 (2025-10-30)
441
- - (@GermanBluefox) Added mireds<->kelvin conversion for color temperature
442
- - (@GermanBluefox) It is possible to edit a type
443
- - (@GermanBluefox) Correcting creation of complex groups
444
- - (@GermanBluefox) Same as 4.2.11
445
-
446
444
  ## License
447
445
 
448
446
  The MIT License (MIT)