diff --git a/DEVICES.md b/DEVICES.md index 5cf91a7..367d638 100644 --- a/DEVICES.md +++ b/DEVICES.md @@ -61,7 +61,7 @@ In [brackets] is given the class name of device. * [Motion sensor [motion]](#motion-sensor-motion) * [RGB Light (R,G,B have different states) [rgb]](#rgb-light--r-g-b-have-different-states--rgb) * [RGB Light with hex color [rgbSingle]](#rgb-light-with-hex-color-rgbsingle) -* [rgbwSingle [rgbwSingle]](#rgbwsingle) +* [RGBW Light with hex color [rgbwSingle]](#rgbw-light-with-hex-color-rgbwsingle) * [Socket [socket]](#socket-socket) * [Temperature [temperature]](#temperature-temperature) * [Thermostat [thermostat]](#thermostat-thermostat) @@ -465,7 +465,7 @@ In [brackets] is given the class name of device. | | ERROR | indicator.error | | | | X | | ``/^indicator\.error$/`` | -### rgbwSingle +### RGBW Light with hex color [rgbwSingle] | R | Name | Role | Unit | Type | Wr | Ind | Mult | Regex | |---|-------------|-------------------------------|------|---------|----|-----|------|--------------------------------------------------------------------------------| | * | RGBW | level.color.rgbw | | string | W | | | ``/^level\.color\.rgbw$/`` | diff --git a/README.md b/README.md index 31700c8..4c85896 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ if (controls) { --> ## Changelog -### **WORK IN PROGRESS** +### 2.0.2 (2023-09-04) * (Garfonso) Added `rgbwSingle` device to types ### 2.0.1 (2023-08-21) diff --git a/package.json b/package.json index 300833e..5797180 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.type-detector", - "version": "2.0.1", + "version": "2.0.2", "description": "Detects devices in ioBroker for Material, Google home, Homekit, ...", "author": { "name": "bluefox",