From a026e299f664af87076d9addf9089ca90c92a642 Mon Sep 17 00:00:00 2001 From: blakadder Date: Thu, 24 Oct 2019 15:01:02 +0200 Subject: [PATCH] Updated Tuya Protocols (markdown) --- Tuya-Protocols.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tuya-Protocols.md b/Tuya-Protocols.md index 4ea8add4..3c53359d 100644 --- a/Tuya-Protocols.md +++ b/Tuya-Protocols.md @@ -30,7 +30,7 @@ Common dpId's and what they're used for in Tuya devices | 103 | Light mode | lightmode | Issue and report | Enum | Enumerated values: 1, 2, 3| | 104 | Brightness setting | setlight | Issue and report | Integer | Values range: 0-255, Pitch1, Scale0, Unit:\%| ``` -> Data format of the lights is a string of 14 characters, for example, 00112233334455, where 00 indicates R, 11 indicates G, 22 indicates B, 3333 indicates the hue, 44 indicates the saturation, and 55 indicates the value. The initial value is saved by default. If you do not want to adjust the light, set the data to the maximum value 100% (0x64). The last four characters have fixed values. +> `colour_data` format of the lights is a string of 14 characters, for example, 00112233334455, where 00 indicates R, 11 indicates G, 22 indicates B, 3333 indicates the hue, 44 indicates the saturation, and 55 indicates the value. The initial value is saved by default. If you do not want to adjust the light, set the data to the maximum value 100% (0x64). The last four characters have fixed values. ### Curtain motor ```