Skip to content

Commit

Permalink
add hue/saturation color (#948)
Browse files Browse the repository at this point in the history
* add hue/saturation color

Koenkk/zigbee-herdsman-converters#239

* Update mqtt_topics_and_message_structure.md
  • Loading branch information
hobbyquaker authored and Koenkk committed Jan 26, 2019
1 parent cae5d1a commit c5e6b9d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/information/mqtt_topics_and_message_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c5e6b9d

Please sign in to comment.