Support Colour item and Group item with a state (#9111)

Signed-off-by: Mike Major <mike_j_major@hotmail.com>
This commit is contained in:
Mike Major
2020-11-23 18:15:56 +00:00
committed by GitHub
parent 0b163f655c
commit 9de9955c49
2 changed files with 16 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ This service cannot be directly queried, because of its data compression, which
NOTE: rrd4j is for storing numerical data only.
It cannot store complex data types.
The supported item types are therefore only `Switch` (internally mapped to 0/1), `Dimmer`, `Number`, `Contact` (internally mapped to 0/1) and `Rollershutter`.
The supported item types are therefore only `Switch` (internally mapped to 0/1), `Dimmer`, `Number`, `Contact` (internally mapped to 0/1), `Rollershutter` and `Color` (only brightness component stored).
## Configuration