[homekit] make min/max values for Color Temperature configurable (#11717)
* make min/max values for ColorTemprature configurable Signed-off-by: Eugen Freiter <freiter@gmx.de>
This commit is contained in:
@@ -587,7 +587,7 @@ or using UI
|
||||
| | | Hue | Dimmer, Color | Hue |
|
||||
| | | Saturation | Dimmer, Color | Saturation in % (1-100) |
|
||||
| | | Brightness | Dimmer, Color | Brightness in % (1-100). See "Usage of dimmer modes" for configuration details. |
|
||||
| | | ColorTemperature | Number | NOT WORKING on iOS 14.x. Color temperature which is represented in reciprocal megaKelvin, values - 50 to 400. should not be used in combination with hue, saturation and brightness |
|
||||
| | | ColorTemperature | Number | Color temperature represented in reciprocal megaKelvin. The default value range is from 50 to 400. Color temperature should not be used in combination with hue, saturation and brightness. It supports following configuration parameters: minValue, maxValue |
|
||||
| Fan | | | | Fan |
|
||||
| | ActiveStatus | | Switch | accessory current working status. A value of "ON"/"OPEN" indicates that the accessory is active and is functioning without any errors. |
|
||||
| | | CurrentFanState | Number | current fan state. values: 0=INACTIVE, 1=IDLE, 2=BLOWING AIR |
|
||||
@@ -747,6 +747,13 @@ openhab> log:set TRACE io.github.hapjava
|
||||
openhab> log:tail io.github.hapjava
|
||||
```
|
||||
|
||||
In order to enable detailed logs of openHAB HomeKit binding
|
||||
|
||||
```
|
||||
openhab> log:set TRACE org.openhab.io.homekit.internal
|
||||
openhab> log:tail org.openhab.io.homekit.internal
|
||||
```
|
||||
|
||||
## Console commands
|
||||
|
||||
`openhab:homekit list` - list all HomeKit accessories currently advertised to the HomeKit clients.
|
||||
|
||||
Reference in New Issue
Block a user