mirror of https://github.com/arendst/Tasmota.git
Timezone
parent
a5ba575f33
commit
20a69bda85
|
@ -158,7 +158,7 @@ SysLog<a id="SysLog"></a>|`0` = disable syslog logging *(default)*<BR> `1` = sho
|
|||
Template<a id="Template"></a>|Show current [Template](Templates)  »6.5.0<BR>`0` = create template from active module<BR>`x` = create template from a [supported module](modules)<BR>`255` = merge current module and template settings into new template<BR>`{ ... }` = store template in a [JSON payload](Templates#explanation-of-template-properties)<BR>Does not activate the template. To activate use `Module 0`.
|
||||
Time<a id="Time"></a>|`0` = enable NTP *(default)*  »6.6.0.1<BR>`1` = format JSON message timestamp in ISO format  »6.6.0.10<BR>`2` = format JSON message timestamp in both ISO and Epoch 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)  »6.6.0.1
|
||||
TimeSTD<BR>TimeDST<a id="TimeSTD"></a><a id="TimeDST"></a>|Set policies for the beginning of daylight saving time (DST) and return back to standard time (STD)  »5.14.0<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`
|
||||
Timezone<a id="Timezone"></a>|`-13..13` = set timezone offset from UTC in **HOURS**<BR>`99` = use timezone configured with `TimeDST` and `TimeSTD`
|
||||
Timezone<a id="Timezone"></a>|`-13..+13` = set timezone offset from UTC in hours<BR>`-13:00..+13:00` = set timezone offset from UTC in hours and minutes<BR>`99` = use timezone configured with `TimeDST` and `TimeSTD`
|
||||
TuyaMCU<a id="TuyaMCU"></a>|Used to map functions in TuyaMCU   »6.7.1<br>`<fnId>,<dpId>` = [read more...](TuyaMCU)<BR>`<fnId>,0` = remove setting for fnId
|
||||
Upgrade<a id="Upgrade"></a>|`1` = download firmware from `OtaUrl` and restart<BR>`<value>` = download firmware from `OtaUrl` if \<value\> is higher than device version
|
||||
Upload<a id="Upload"></a>|`1` = download firmware from `OtaUrl` and restart<BR>`<value>` = download firmware from `OtaUrl` if \<value\> is higher than device version
|
||||
|
|
Loading…
Reference in New Issue