Skip to content

Commit

Permalink
add link to Tasmota time zone command helper
Browse files Browse the repository at this point in the history
  • Loading branch information
blakadder authored Sep 5, 2023
1 parent 72bdd2a commit f9ad716
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 @@ -198,7 +198,7 @@ Sunrise<a class="cmnd" id="sunrise"></a>|`0` = normal, the moment the sun become
Template<a class="cmnd" id="template"></a>|Show current [Template](Templates)<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#anatomy-of-a-template)<BR>Does not activate the template. To activate use `Module 0`.
Time<a class="cmnd" id="time"></a>|`0` = enable NTP *(default)*<BR>`1` = format JSON message timestamp in ISO format<BR>`2` = format JSON message timestamp in both ISO and Epoch format<BR>`3` = format JSON message timestamp in Epoch format<BR>`4` = format JSON message timestamp in milliseconds<BR>`<value>` = disable NTP and set UTC time as epoch value if greater than `1451602800` (January 1, 2016)
TimeStd<BR>TimeDst<a class="cmnd" id="timestd"></a><a class="cmnd" id="timedst"></a>|Set policies for the beginning of daylight saving time (DST) and return back to standard time (STD)&emsp; <BR>Use the [Tasmota timezone table](Timezone-Table) to find the commands for your time zone.<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`) in **local** time<BR> `T` = time zone (`-780..780`) (offset from UTC in **MINUTES** - 780min / 60min=13hrs)<BR>_Example:_ `TIMEDST 1,1,10,1,2,660`<BR>_If time zone is **NOT** 99, DST is not used (even if displayed) [see](https://github.com/arendst/Tasmota/issues/8528#issuecomment-633247984)
Timezone<a class="cmnd" id="timezone"></a>|`-13..+13` = set time zone offset from UTC in hours<BR>`-13:00..+13:00` = set time zone offset from UTC in hours and minutes<BR>`99` = use time zone configured with `TimeDst` and `TimeStd`<BR>Use the [Tasmota time zone table](Timezone-Table) to find the commands for your time zone.
Timezone<a class="cmnd" id="timezone"></a>|`-13..+13` = set time zone offset from UTC in hours<BR>`-13:00..+13:00` = set time zone offset from UTC in hours and minutes<BR>`99` = use time zone configured with `TimeDst` and `TimeStd`<BR>Use the [Tasmota time zone command helper](https://tasmotatimezone.com/) to find the commands for your time zone and correctly set sunrise and sunset times.
Ufs<a class="cmnd" id="ufs"></a>|Universal File System commands [read more...](UFS.md)
UfsDelete<a class="cmnd" id="ufsdelete"></a>|Delete SD card or Flash FS file if only of them available
UfsDelete2<a class="cmnd" id="ufsdelete2"></a>|Delete only Flash FS file if available
Expand Down

0 comments on commit f9ad716

Please sign in to comment.