iobroker.iot 5.0.5 → 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 +10 -7
- package/admin/assets/index-6FKaQv6J.js +820 -0
- 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/Controls/Lock.js +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Lock.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 +34 -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 +27 -27
- package/package.json +8 -8
- package/admin/assets/index-DFeIxhef.js +0 -820
package/README.md
CHANGED
|
@@ -352,6 +352,16 @@ 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
|
+
|
|
360
|
+
### 5.0.6 (2025-11-01)
|
|
361
|
+
- (@GermanBluefox) Added logs to detect the issues with detection
|
|
362
|
+
- (@GermanBluefox) Added possibility to use the 0/1 state as socket
|
|
363
|
+
- (@GermanBluefox) Added dialog to bulk manage the smart names of one device
|
|
364
|
+
|
|
355
365
|
### 5.0.5 (2025-10-31)
|
|
356
366
|
- (@GermanBluefox) Changed behavior of HUE lamps
|
|
357
367
|
|
|
@@ -366,13 +376,6 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
366
376
|
- (@GermanBluefox) Corrected GUI error
|
|
367
377
|
- (@GermanBluefox) Avoid double entries in auto-detection
|
|
368
378
|
|
|
369
|
-
### 4.2.7 (2025-10-26)
|
|
370
|
-
- (@GermanBluefox) Create the service states at the instance start
|
|
371
|
-
- (@GermanBluefox) Corrected error with gates
|
|
372
|
-
|
|
373
|
-
### 4.2.5 (2025-10-25)
|
|
374
|
-
- (@GermanBluefox) Modified the creation of EndpointID for devices with Umlauts.
|
|
375
|
-
|
|
376
379
|
## License
|
|
377
380
|
|
|
378
381
|
The MIT License (MIT)
|