mirror of https://github.com/arendst/Tasmota.git
Updated Commands (markdown)
parent
5b9f823b7d
commit
0f7af0442a
|
@ -156,6 +156,7 @@ See also | [`SetOption11`](#SetOption11) - Swap pushbutton single and double p
|
|||
<a id="Time"></a>Time|`0` = enable NTP *(default)*<BR>`1` = format JSON message timestamp in both ISO and Epoch format<BR>`2` = format JSON message timestamp in ISO format<BR>`3` = format JSON message timestamp in Epoch format<BR>`<value>` = disable NTP and set UTC time as epoch value if greater than `1451602800` (January 1, 2016)
|
||||
<a id="TimeSTD"></a><a id="TimeDST"></a>TimeSTD<BR>TimeDST | Set policies for the beginning of daylight saving time (DST) and return back to standard time (STD)<BR>`0` = reset parameters to firmware defaults<BR>`H`,`W`,`M`,`D`,`h`,`T`<BR> `H` = hemisphere (`0` = northern hemisphere / `1` = southern hemisphere)<BR> `W` = week (`0` = last week of month, `1..4` = first .. fourth)<BR> `M` = month (`1..12`)<BR> `D` = day of week (`1..7` `1` = sunday `7` = saturday)<BR> `h` = hour (`0..23`)<BR> `T` = timezone (`-780..780`) (offset from UTC in **MINUTES** - 780min/60min=13hrs)<BR>_Example:_ `TIMEDST 1,1,10,1,2,660`
|
||||
<a id="Timezone"></a>Timezone|`-13..13` = set timezone offset from UTC in **HOURS**<BR>`99` = use timezone configured with `TimeDST` and `TimeSTD`
|
||||
<a id="TuyaMCU"></a>TuyaMCU| ` ` = show current TuyaMCU FunctionId and DpId mapping<BR> `<functionId>,<dpId>` = Set TuyaMCU FunctionId and DpId mapping<BR> Details for FunctionId and DpId [here](https://github.com/arendst/Sonoff-Tasmota/wiki/TuyaMCU)
|
||||
<a id="Upgrade"></a>Upgrade|`1` = download firmware from `OtaUrl` and restart<BR>`<value>` = download firmware from `OtaUrl` if \<value\> is higher than device version
|
||||
<a id="Upload"></a>Upload|`1` = download firmware from `OtaUrl` and restart<BR>`<value>` = download firmware from `OtaUrl` if \<value\> is higher than device version
|
||||
<a id="WebLog"></a>WebLog|`0` = disable web logging<BR> `1` = show only error messages<BR> `2` = show error and info messages<BR>`3` = show error, info and debug messages<BR>`4` = show error, info and more debug messages<BR>`5` = show all messages
|
||||
|
|
Loading…
Reference in New Issue