mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-09-17 02:04:21 +00:00
add hue/saturation color (#948)
* add hue/saturation color https://github.com/Koenkk/zigbee-shepherd-converters/pull/239 * Update mqtt_topics_and_message_structure.md
This commit is contained in:
committed by
Koen Kanters
parent
cae5d1a004
commit
c5e6b9dd13
@@ -107,7 +107,13 @@ Publishing messages to this topic allows you to control your Zigbee devices via
|
||||
// OR
|
||||
|
||||
// HEX color
|
||||
"hex": "#547CFF"
|
||||
"hex": "#547CFF",
|
||||
|
||||
// OR
|
||||
|
||||
// Hue and/or saturation color
|
||||
"hue": 360,
|
||||
"saturation": 100
|
||||
},
|
||||
|
||||
// Blinks the bulbs, possible values:
|
||||
|
||||
Reference in New Issue
Block a user