iobroker.iot 5.0.1 → 5.0.5
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 +6 -4
- package/admin/assets/{index-_GbqD1k7.js → index-DFeIxhef.js} +85 -85
- package/admin/index_m.html +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/Base.js +0 -3
- package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/Base.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Color.js +3 -0
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Color.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/RelativeHumidity.js +3 -0
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/RelativeHumidity.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Ct.js +2 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Ct.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Hue.js +35 -9
- package/build/lib/AlexaSmartHomeV3/Controls/Hue.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +28 -0
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
- package/build/main.js +1 -1
- package/build/main.js.map +1 -1
- package/io-package.json +15 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,6 +19,8 @@ It is not for remote access to your ioBroker instance. Use ioBroker.cloud adapte
|
|
|
19
19
|
|
|
20
20
|
To use the iot adapter, you should first register on the ioBroker cloud [https://iobroker.pro](https://iobroker.pro).
|
|
21
21
|
|
|
22
|
+
Note: Humidity sensor cannot be shown alone without temperature sensor, because Alexa and Google Home do not support such devices.
|
|
23
|
+
|
|
22
24
|
[Reference to google API type settings](https://developers.google.com/actions/smarthome/guides/)
|
|
23
25
|
|
|
24
26
|

|
|
@@ -350,7 +352,10 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
350
352
|
### **WORK IN PROGRESS**
|
|
351
353
|
-->
|
|
352
354
|
## Changelog
|
|
353
|
-
### 5.0.
|
|
355
|
+
### 5.0.5 (2025-10-31)
|
|
356
|
+
- (@GermanBluefox) Changed behavior of HUE lamps
|
|
357
|
+
|
|
358
|
+
### 5.0.2 (2025-10-30)
|
|
354
359
|
- (@GermanBluefox) Added mireds<->kelvin conversion for color temperature
|
|
355
360
|
- (@GermanBluefox) It is possible to edit a type
|
|
356
361
|
- (@GermanBluefox) Correcting creation of complex groups
|
|
@@ -368,9 +373,6 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
368
373
|
### 4.2.5 (2025-10-25)
|
|
369
374
|
- (@GermanBluefox) Modified the creation of EndpointID for devices with Umlauts.
|
|
370
375
|
|
|
371
|
-
### 4.2.3 (2025-10-23)
|
|
372
|
-
- (@GermanBluefox) Better auto-detection
|
|
373
|
-
|
|
374
376
|
## License
|
|
375
377
|
|
|
376
378
|
The MIT License (MIT)
|