Skip to content

Commit

Permalink
Update Commands.md
Browse files Browse the repository at this point in the history
SetOption69 now for "Invert Serial receive on SerialBridge"
  • Loading branch information
sfromis authored Nov 24, 2024
1 parent d1e3854 commit 8db9a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ SetOption63<a class="cmnd" id="setoption63"></a>|Set relay state feedback scan a
SetOption64<a class="cmnd" id="setoption64"></a>|Switch between `-` or `_` as sensor name separator<BR>`0` = sensor name index separator is `-` _(hyphen)_ *(default)*<BR> `1` = sensor name index separator is `_` _(underscore)_<br>*Affects DS18X20, DHT, BMP and SHT3X sensor names in tele messages*
SetOption65<a class="cmnd" id="setoption65"></a>|Device recovery using [fast power cycle detection](Device-Recovery.md#fast-power-cycle-device-recovery)<BR>`0` = enabled *(default)*<BR>`1` = disabled
SetOption66<a class="cmnd" id="setoption66"></a>|Set publishing TuyaReceived to MQTT<BR>`0` = disable publishing `TuyaReceived` over MQTT *(default)*<BR>`1` = enable publishing `TuyaReceived` over MQTT
SetOption69<a class="cmnd" id="setoption69"></a>|**Deprecated** in favor of [DimmerRange](#dimmerrange) <br>By default Tuya dimmers won't dim below 10% because some don't function very well that way.<BR>`0` = disable Tuya dimmer 10% lower limit<BR>`1` = enable Tuya dimmer 10% lower limit *(default)*
SetOption69<a class="cmnd" id="setoption69"></a>|Invert Serial receive on SerialBridge<BR>In older versions: **Deprecated** in favor of [DimmerRange](#dimmerrange) <br>By default Tuya dimmers won't dim below 10% because some don't function very well that way.<BR>`0` = disable Tuya dimmer 10% lower limit<BR>`1` = enable Tuya dimmer 10% lower limit *(default)*
SetOption71<a class="cmnd" id="setoption71"></a>|Set DDS238 Modbus register for active energy<BR>`0` = set primary register *(default)*<BR>`1` = set alternate register
SetOption72<a class="cmnd" id="setoption72"></a>|Set reference used for total energy <BR>`0` = use firmware counter *(default)*<BR>`1` = use energy monitor (e.g., PZEM-0xx, SDM120, SDM630, DDS238, DDSU666) hardware counter
SetOption73<a class="cmnd" id="setoption73"></a>|Detach buttons from relays and send multi-press and hold MQTT messages instead<BR>`0` = disable *(default)*<BR>`1` = enable <BR>Example message: `{"Button1":{"Action":"SINGLE"}}`
Expand Down

0 comments on commit 8db9a75

Please sign in to comment.