From 8f17e0c9ed762eb79ed048eb77443afd9968ad89 Mon Sep 17 00:00:00 2001 From: Vivien Boistuaud Date: Wed, 19 Apr 2023 22:45:22 +0200 Subject: [PATCH] [tradfri] Update documentation following Air Purifier addition * [tradfri] Updated README: * Reverts unnecessary formatting changes * Fixes centering of capabilities for non-lightning devices list * Removes 0202, 0203 and position from lightning devices list Signed-off-by: Vivien Boistuaud --- bundles/org.openhab.binding.tradfri/README.md | 41 +++++++++---------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/bundles/org.openhab.binding.tradfri/README.md b/bundles/org.openhab.binding.tradfri/README.md index 4c6085aeb0064..1536f6af5c0e0 100644 --- a/bundles/org.openhab.binding.tradfri/README.md +++ b/bundles/org.openhab.binding.tradfri/README.md @@ -26,18 +26,15 @@ These are: The following matrix lists the capabilities (channels) for each of the supported lighting device types: -| Thing type | Brightness | Color | Color Temperature | Battery Level | Battery Low | Power | Position | -|-------------|:----------:|:-----:|:-----------------:|:-------------:|:-----------:|:-----:|:---------| -| 0007 | | | | | | | | -| 0010 | | | | | | X | | -| 0100 | X | | | | | | | -| 0220 | X | | X | | | | | -| 0210 | | X | X | | | | | -| 0107 | | | | X | X | | | -| 0820 | | | | X | X | | | -| 0830 | | | | X | X | | | -| 0202 | | | | X | X | | X | -| 0203 | | | | X | X | | | +| Thing type | Brightness | Color | Color Temperature | Battery Level | Battery Low | Power | +|-------------|:----------:|:-----:|:-----------------:|:-------------:|:-----------:|:-----:| +| 0010 | | | | | | X | +| 0100 | X | | | | | | +| 0220 | X | | X | | | | +| 0210 | | X | X | | | | +| 0107 | | | | X | X | | +| 0820 | | | | X | X | | +| 0830 | | | | X | X | | The following things are also supported even thought they are not standardized in Zigbee Light Link: @@ -50,7 +47,7 @@ The following things are also supported even thought they are not standardized i The following matrix lists the capabilities (channels) for each of the supported non-lighting device types: | Thing type | Battery Level | Battery Low | Position | Fan Mode | Lock physical buttons | LED's on/off | Air Quality | Current Fan Speed | Filter status | -|-------------|:-------------:|:-----------:|:---------|:---------|:----------------------|:-------------|:------------|:------------------|:--------------| +|-------------|:-------------:|:-----------:|:--------:|:--------:|:---------------------:|:------------:|:-----------:|:-----------------:|:-------------:| | 0202 | X | X | X | | | | | | | | 0203 | X | X | | | | | | | | | 0007 | | | | X | X | X | X | X | X | @@ -90,15 +87,15 @@ An air purifier supports: Refer to the matrix above. -| Channel Type ID | Item Type | Description | -|:-------------------|:---------------|:-----------------------------------------------------------------------------------------| -| brightness | Dimmer | The brightness of the bulb in percent | -| color_temperature | Dimmer | color temperature from 0% = cold to 100% = warm | -| color | Color | full color | -| battery_level | Number | battery level (in %) | -| battery_low | Switch | battery low warning (<=10% = ON, >10% = OFF) | -| power | Switch | power switch | -| position | Rollershutter | position of the blinds from 0% = open to 100% = closed | +| Channel Type ID | Item Type | Description | +|-------------------|---------------|--------------------------------------------------------| +| brightness | Dimmer | The brightness of the bulb in percent | +| color_temperature | Dimmer | color temperature from 0% = cold to 100% = warm | +| color | Color | full color | +| battery_level | Number | battery level (in %) | +| battery_low | Switch | battery low warning (<=10% = ON, >10% = OFF) | +| power | Switch | power switch | +| position | Rollershutter | position of the blinds from 0% = open to 100% = closed | | fan_mode | Number | Fan Mode, target speed of the fan (0 = off, 1 = auto, 10..50 = Level 1 to 5) | | fan_speed | Number | Current Fan Speed between 0 (off) and 50 (maximum speed) | | disable_led | Switch | Disables the LED's on the device |