From 6f477c2923cc8c6e3f59858f219dc257e7cfaec5 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 30 Dec 2018 20:15:07 +0100 Subject: [PATCH] Add hex color to documentation. https://github.com/Koenkk/zigbee-shepherd-converters/pull/180 --- docs/information/mqtt_topics_and_message_structure.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/information/mqtt_topics_and_message_structure.md b/docs/information/mqtt_topics_and_message_structure.md index 42f4666d7..b7137ebb7 100644 --- a/docs/information/mqtt_topics_and_message_structure.md +++ b/docs/information/mqtt_topics_and_message_structure.md @@ -95,7 +95,12 @@ Publishing messages to this topic allows you to control your Zigbee devices via // RGB color "r": 46, "g": 102, - "b": 193 + "b": 193, + + // OR + + // HEX color + "hex": "#547CFF" }, // Blinks the bulbs, possible values: @@ -143,7 +148,7 @@ Execute selftest ``` ### Xiaomi Aqara curtain motor (ZNCLDJ11LM) -Set the state of the curtain. +Set the state of the curtain. ```json { "state": "open" // Possible values to set: 'open', 'close', 'stop'