]> git.basschouten.com Git - openhab-addons.git/commitdiff
add missing thing type (#8717)
authorJ-N-K <J-N-K@users.noreply.github.com>
Sat, 10 Oct 2020 15:44:27 +0000 (17:44 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Oct 2020 15:44:27 +0000 (17:44 +0200)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
bundles/org.openhab.binding.deconz/README.md

index ce21986e9e179d12830792ac698ab143582783f4..d6a19d6f7abe99d30bc8ec63a78a41491ec01ebc 100644 (file)
@@ -31,15 +31,16 @@ These sensors are supported:
 
 Additionally lights, window coverings (blinds) and thermostats are supported:
 
-| Device type                          | Resource Type                                 | Thing type           |
-|--------------------------------------|-----------------------------------------------|----------------------|
-| Dimmable Light                       | Dimmable light, Dimmable plug-in unit         | `dimmablelight`      |
-| On/Off Light                         | On/Off light, On/Off plug-in unit, Smart plug | `onofflight`         |
-| Color Light (w/o temperature)        | Color dimmable light                          | `colorlight`         |
-| Extended Color Light (w/temperature) | Extended color light                          | `extendedcolorlight` |
-| Blind / Window Covering              | Window covering device                        | `windowcovering`     |
-| Thermostat                           | ZHAThermostat                                 | `thermostat`         |
-| Warning Device (Siren)               | Warning device                                | `warningdevice`      |
+| Device type                          | Resource Type                                 | Thing type              |
+|--------------------------------------|-----------------------------------------------|-------------------------|
+| Dimmable Light                       | Dimmable light, Dimmable plug-in unit         | `dimmablelight`         |
+| On/Off Light                         | On/Off light, On/Off plug-in unit, Smart plug | `onofflight`            |
+| Color Temperature Light              | Color temperature light                       | `colortemperaturelight` |
+| Color Light (w/o temperature)        | Color dimmable light                          | `colorlight`            |
+| Extended Color Light (w/temperature) | Extended color light                          | `extendedcolorlight`    |
+| Blind / Window Covering              | Window covering device                        | `windowcovering`        |
+| Thermostat                           | ZHAThermostat                                 | `thermostat`            |
+| Warning Device (Siren)               | Warning device                                | `warningdevice`         |
 
 ## Discovery
 
@@ -155,7 +156,7 @@ Other devices support
 
 | Channel Type ID   | Item Type                | Access Mode | Description                           | Thing types                                   |
 |-------------------|--------------------------|:-----------:|---------------------------------------|-----------------------------------------------|
-| brightness        | Dimmer                   |     R/W     | Brightness of the light               | `dimmablelight`                               |                                 
+| brightness        | Dimmer                   |     R/W     | Brightness of the light               | `dimmablelight`, `colortemperaturelight`      |                                 
 | switch            | Switch                   |     R/W     | State of a ON/OFF device              | `onofflight`                                  |
 | color             | Color                    |     R/W     | Color of an multi-color light         | `colorlight`, `extendedcolorlight`            |
 | color_temperature | Number                   |     R/W     | Color temperature in kelvin. The value range is determined by each individual light          | `colortemperaturelight`, `extendedcolorlight` |