iobroker.iot 5.0.5 → 5.0.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.
- package/README.md +5 -3
- package/admin/assets/{index-DFeIxhef.js → index-D9hse2qJ.js} +94 -94
- package/admin/index_m.html +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Base.js +3 -0
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Base.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/PowerState.js +3 -2
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/PowerState.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Control.js +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Control.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js +6 -6
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +6 -0
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
- package/io-package.json +14 -14
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -352,6 +352,11 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
352
352
|
### **WORK IN PROGRESS**
|
|
353
353
|
-->
|
|
354
354
|
## Changelog
|
|
355
|
+
### 5.0.6 (2025-11-01)
|
|
356
|
+
- (@GermanBluefox) Added logs to detect the issues with detection
|
|
357
|
+
- (@GermanBluefox) Added possibility to use the 0/1 state as socket
|
|
358
|
+
- (@GermanBluefox) Added dialog to bulk manage the smart names of one device
|
|
359
|
+
|
|
355
360
|
### 5.0.5 (2025-10-31)
|
|
356
361
|
- (@GermanBluefox) Changed behavior of HUE lamps
|
|
357
362
|
|
|
@@ -370,9 +375,6 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
370
375
|
- (@GermanBluefox) Create the service states at the instance start
|
|
371
376
|
- (@GermanBluefox) Corrected error with gates
|
|
372
377
|
|
|
373
|
-
### 4.2.5 (2025-10-25)
|
|
374
|
-
- (@GermanBluefox) Modified the creation of EndpointID for devices with Umlauts.
|
|
375
|
-
|
|
376
378
|
## License
|
|
377
379
|
|
|
378
380
|
The MIT License (MIT)
|