iobroker.iot 5.0.6 → 5.0.7
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 -4
- package/admin/assets/index-6FKaQv6J.js +820 -0
- package/admin/index_m.html +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Lock.js +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Lock.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +28 -12
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
- package/build/main.js +19 -8
- package/build/main.js.map +1 -1
- package/io-package.json +14 -14
- package/package.json +3 -3
- package/admin/assets/index-D9hse2qJ.js +0 -820
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.7 (2025-11-03)
|
|
356
|
+
- (@GermanBluefox) Added possibility to group devices by type in GUI
|
|
357
|
+
- (@GermanBluefox) Allowed to select any type in Alexe V3
|
|
358
|
+
- (@GermanBluefox) Remove disabled states from auto-detection
|
|
359
|
+
|
|
355
360
|
### 5.0.6 (2025-11-01)
|
|
356
361
|
- (@GermanBluefox) Added logs to detect the issues with detection
|
|
357
362
|
- (@GermanBluefox) Added possibility to use the 0/1 state as socket
|
|
@@ -371,10 +376,6 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
371
376
|
- (@GermanBluefox) Corrected GUI error
|
|
372
377
|
- (@GermanBluefox) Avoid double entries in auto-detection
|
|
373
378
|
|
|
374
|
-
### 4.2.7 (2025-10-26)
|
|
375
|
-
- (@GermanBluefox) Create the service states at the instance start
|
|
376
|
-
- (@GermanBluefox) Corrected error with gates
|
|
377
|
-
|
|
378
379
|
## License
|
|
379
380
|
|
|
380
381
|
The MIT License (MIT)
|