iobroker.iot 4.1.3 → 4.1.6

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 (36) hide show
  1. package/README.md +11 -10
  2. package/admin/assets/{index-CyfkYMpa.js → index-DG6NvFiD.js} +90 -90
  3. package/admin/index_m.html +1 -1
  4. package/build/lib/AlexaSmartHomeV3/Alexa/ModeValues/Closed.js +1 -1
  5. package/build/lib/AlexaSmartHomeV3/Alexa/ModeValues/Closed.js.map +1 -1
  6. package/build/lib/AlexaSmartHomeV3/Alexa/ModeValues/Open.js +1 -1
  7. package/build/lib/AlexaSmartHomeV3/Alexa/ModeValues/Open.js.map +1 -1
  8. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Base.js +9 -0
  9. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Base.js.map +1 -1
  10. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Brightness.js +38 -1
  11. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Brightness.js.map +1 -1
  12. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/PowerState.js +43 -4
  13. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/PowerState.js.map +1 -1
  14. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/index.js +0 -2
  15. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/index.js.map +1 -1
  16. package/build/lib/AlexaSmartHomeV3/Controls/Control.js +21 -5
  17. package/build/lib/AlexaSmartHomeV3/Controls/Control.js.map +1 -1
  18. package/build/lib/AlexaSmartHomeV3/Controls/Dimmer.js +8 -36
  19. package/build/lib/AlexaSmartHomeV3/Controls/Dimmer.js.map +1 -1
  20. package/build/lib/AlexaSmartHomeV3/Controls/Rgb.js +303 -0
  21. package/build/lib/AlexaSmartHomeV3/Controls/Rgb.js.map +1 -0
  22. package/build/lib/AlexaSmartHomeV3/Controls/Thermostat.js +17 -5
  23. package/build/lib/AlexaSmartHomeV3/Controls/Thermostat.js.map +1 -1
  24. package/build/lib/AlexaSmartHomeV3/Controls/index.js +5 -0
  25. package/build/lib/AlexaSmartHomeV3/Controls/index.js.map +1 -1
  26. package/build/lib/AlexaSmartHomeV3/DeviceManager.js +13 -16
  27. package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -1
  28. package/build/lib/AlexaSmartHomeV3/Helpers/AdapterProvider.js.map +1 -1
  29. package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +165 -41
  30. package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
  31. package/build/lib/alexaSmartHomeV3.js +4 -1
  32. package/build/lib/alexaSmartHomeV3.js.map +1 -1
  33. package/build/main.js +15 -16
  34. package/build/main.js.map +1 -1
  35. package/io-package.json +40 -40
  36. package/package.json +1 -1
package/README.md CHANGED
@@ -350,6 +350,17 @@ setState('iot.0.app.message', JSON.stringify({
350
350
  ### **WORK IN PROGRESS**
351
351
  -->
352
352
  ## Changelog
353
+ ### 4.1.6 (2025-10-18)
354
+ - (@GermanBluefox) Better handling of dimmer in alexa v3
355
+
356
+ ### 4.1.5 (2025-10-18)
357
+ - (@GermanBluefox) Better handling of color temperatures
358
+
359
+ ### 4.1.4 (2025-10-17)
360
+ - (@GermanBluefox) Implemented stored values for Alexa V3
361
+ - (@GermanBluefox) Added RGB(W) with individual states to Alexa V3
362
+ - (@GermanBluefox) Added dedicated checkbox for alexa custom skill
363
+
353
364
  ### 4.1.3 (2025-10-15)
354
365
  - (@GermanBluefox) Fixed custom skill
355
366
  - (@GermanBluefox) Added RGB single and scene support
@@ -359,16 +370,6 @@ setState('iot.0.app.message', JSON.stringify({
359
370
  - (@GermanBluefox) Updated packages
360
371
  - (@GermanBluefox) Corrected Alexa V3 engine
361
372
 
362
- ### 4.0.3 (2025-08-27)
363
- - (@GermanBluefox) Added response ID to custom skill responses
364
-
365
- ### 4.0.2 (2025-08-26)
366
- - (@GermanBluefox) Some files were rewritten in TypeScript
367
- - (@GermanBluefox) Improvement of Alexa V3
368
-
369
- ### 3.6.0 (2025-07-02)
370
- - (@foxriver76) new features for upcoming Visu App 1.4.0
371
-
372
373
  ## License
373
374
 
374
375
  The MIT License (MIT)