From 8d93c4c99121f5fab0ed4926c4f6f2ee13f4ee51 Mon Sep 17 00:00:00 2001 From: Shantur Rathore Date: Fri, 11 Oct 2019 12:29:38 +0100 Subject: [PATCH] DimmerRange command --- TuyaMCU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TuyaMCU.md b/TuyaMCU.md index c7803ac7..50652eee 100644 --- a/TuyaMCU.md +++ b/TuyaMCU.md @@ -108,7 +108,7 @@ TYA: RX Dim State=7 ``` Now using the hardware buttons increase the dimmer to its maximum and observe the log. The `Dim State=XXX` shows the current dimmer level reported by MCU. Once the dimmer is at max, note this number. Again using hardware buttons decrease dimmer to minimum and note the number for minimum. -Now we need to tell Tasmota to use maximum and minimum values. This controlled by [DimmerRange] command (Commands#DimmerRange). We can set it using `DimmerRange ,` where `` is the minimum dimmer state and `` maximum dimmer state reported in logs. +Now we need to tell Tasmota to use maximum and minimum values. This controlled by [DimmerRange](Commands#DimmerRange) command. We can set it using `DimmerRange ,` where `` is the minimum dimmer state and `` maximum dimmer state reported in logs. Once set, try `dimmer 100` in the Console and check if the brightness of bulb is same is the same as when the maximum was set using hardware buttons.