Skip to content

Commit

Permalink
chore: release v2.0.2
Browse files Browse the repository at this point in the history
* (Garfonso) Added `rgbwSingle` device to types
  • Loading branch information
GermanBluefox committed Sep 4, 2023
1 parent 76bf1d6 commit 53b7ca3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DEVICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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$/`` |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 53b7ca3

Please sign in to comment.