Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While debugging issues with color items I discovered that two SSE events are sent when a slider with a color item is updated. Item: ```` label: Debug Color 1 type: Color category: oh:mdi:palette groupNames: [] groupType: None function: null tags: [] ```` Sitemap: ```` Slider item=D_Color iconcolor=["itemValue"] ```` The first event contains a state in the hsb format (`10,10,10`), the second events contains the brightness only (`10`). Parsing an integer as brightness failed and the slider was set to `0`. IMO an integer in the range `0..100` can be considered as brightness. Signed-off-by: mueller-ma <[email protected]>
- Loading branch information