diff --git a/Commands.md b/Commands.md
index 3bba131d..57c0c1bb 100644
--- a/Commands.md
+++ b/Commands.md
@@ -405,7 +405,7 @@ SetOption30|Enforce Home Assistant autodiscovery as light
`0` = relays are a
SetOption31|Disable status LED blinking during Wi-Fi and MQTT connection problems.[`LedPower`](#LedPower) must be set to `0` for this feature to work.
`0` = LED blinking enabled *(default)*
`1` = LED blinking disabled
SetOption32|Number of 0.1 seconds to hold button before sending `HOLD` action message.
`1..100` to set button hold time *(default =`40`)*. This option also affects the time required to perform a firmware defaults reset (10x `HOLD` action time)
SetOption33|Max power limit can be exceeded by number of seconds before the relay is turned off
`1..250` = set number of seconds *(default = `5`)*
-SetOption34|Set [Tuya dimmer device id](https://github.com/arendst/Sonoff-Tasmota/pull/4095)
`0..255` = device id
+SetOption34|Set [Tuya dimmer device id](https://github.com/arendst/Sonoff-Tasmota/pull/4095). Use [SetOption66](#setoption66) to set the appropriate ID range.
`0..255` = device id
SetOption36|Boot loop defaults restoration control.
`0` = disable boot loop control
`1..200` = set number of boot loops (a restart caused by any exception or watchdog timer within less than `BOOT_LOOP_TIME` (default 10 seconds) before beginning to restore settings *(default = `1`)*. Once this number is reached, subsequent restarts will:
- 1st restart: disable ESP8285 generic GPIOs interfering with flash SPI
- 2nd restart: disable rules causing boot loop
- 3rd restart: disable all rules
- 4th restart: reset user defined GPIOs to disable any attached peripherals
- 5th restart: reset module to Sonoff Basic (1)
SetOption37|Color remapping for led channels, also provides an option for allowing independent handling of RGB and white channels.
`0` = disabled
`1..119` = according to [this table](SetOption37---Color-channel-mapping)
`120..127` = invalid (results in same as `0`)
`128..255` = same as `0..127` but with independent channel handling enabled
SetOption38|`6..255 ` = set IRReceive protocol detection sensitivity minimizing UNKNOWN protocols
@@ -427,7 +427,8 @@ SetOption61|Force [local operation](https://github.com/arendst/Sonoff-Tasmota/pu
SetOption62|`0` = disable *(default)*
`1` = don't use retain flag on `HOLD` messages
SetOption63|`0` = Scan relay power feedback state at restart *(default)*
`1` = Disable relay power feedback state scanning at restart
SetOption64|`0` = sensor name index separator is "-" (hyphen) *(default)*
`1` = sensor name index separator is "_" (underscore)
*Affects sensor names in tele messages*
-SetOption65|`0` = disable dimmer slider control
`1` = enable dimmer slider control *(default)*
+SetOption65|`0` = disable dimmer slider control
`1` = enable dimmer slider control *(default)*
+SetOption66|`0` = [Tuya dimmer device ID](#setoption34) range 1 - 100 *(default)*
`1` = [Tuya dimmer device ID](#setoption34) range 1 - 255
### Serial Bridge
Both Hardware and Software Serial Bridge are supported.