mirror of https://github.com/arendst/Tasmota.git
Remove SetOption36 and add link to SetOption60 Wiki
parent
4de9ae9131
commit
5f8ab43e08
|
@ -339,8 +339,8 @@ SetOption12 | 1 / on | Legacy save configuration in eeprom flash locat
|
|||
SetOption15 | | Show current PWM control mode
|
||||
SetOption15 | 0 / off | Allow Pwm command control
|
||||
SetOption15 | 1 / on | (default) Disable Pwm command and allow control by Dimmer or Color commands
|
||||
SetOption36 | 0..255 | (6.3.0.10) Dynamic Sleep - Set main loop delay in milliseconds for background tasks (50 = default) - See the [SetOption36 Wiki Page](https://github.com/arendst/Sonoff-Tasmota/wiki/SetOption36) for more information
|
||||
SetOption52 | 1 / on | (6.2.1.2) Append time offset from UTC to JSON messages
|
||||
SetOption60 | 0 / 1 | (6.3.0.15) Configure Dynamic or Normal sleep [Click here to see the Wiki for Dynamic Sleep](https://github.com/arendst/Sonoff-Tasmota/wiki/Dynamic%20Sleep)
|
||||
Sleep | | Show current sleep state as 0 (Off) or duration of up to 250 mSec
|
||||
Sleep | 0 / off | (default) Turn sleep off
|
||||
Sleep | 1..250 | Set sleep duration from 1 to 250 mSec to enable energy saving
|
||||
|
@ -662,7 +662,6 @@ SetOption32 | 1..100 | Set key hold time from 0.1 to 10 seconds
|
|||
SetOption33 | 1..250 | Set Sonoff Pow Max_Power_Retry from 1 to 250
|
||||
SetOption34 | 0..255 | Set Tuya dimmer device id from 0 to 255
|
||||
SetOption35 | 0..255 | Set mDNS startup delay in seconds (0 = default)
|
||||
SetOption36 | 0..255 | (6.3.0.10) Dynamic Sleep - Set main loop delay in milliseconds for background tasks (50 = default) - See the [SetOption36 Wiki Page](https://github.com/arendst/Sonoff-Tasmota/wiki/SetOption36) for more information
|
||||
SetOption50 | | Same as Timers
|
||||
SetOption51 | | Enable to view extra pins for ESP8285 in Module Config (Do not use this on ESP8266 devices)
|
||||
SetOption52 | 1 / on | (6.2.1.2) Append time offset from UTC to JSON messages
|
||||
|
@ -673,6 +672,7 @@ SetOption56 | | (6.3.0.10) Enable wifi network scan to select str
|
|||
SetOption57 | | (6.3.0.10) Enable wifi network scan every 44 minutes to switch to +10dB stronger signal if detected
|
||||
SetOption58 | | (6.3.0.11) Enable IR Raw data received in JSON message
|
||||
SetOption59 | | (6.3.0.14) Change state topic from tele/STATE to stat/RESULT
|
||||
SetOption60 | 0 / 1 | (6.3.0.15) Configure Dynamic or Normal sleep [Click here to see the Wiki for Dynamic Sleep](https://github.com/arendst/Sonoff-Tasmota/wiki/Dynamic%20Sleep)
|
||||
|
||||
### Logging
|
||||
|
||||
|
|
Loading…
Reference in New Issue