mirror of https://github.com/arendst/Tasmota.git
updated "How to Use Commands"
parent
04f7ff409a
commit
5bc63151aa
|
@ -78,7 +78,7 @@ E.g. in case of command _`Backlog Power1 OFF; Delay 600; Power1 ON`_ the usage o
|
|||
|
||||
# How to Use Commands
|
||||
|
||||
**Unless noted otherwise, documented commands are available from the latest Tasmota development version.** Commands introduced after this master release have their minimum version noted. If you're using an older Tasmota version some of the commands might not work. Note that availability of some features and their associated commands is dependent on the options selected during the firmware compilation. Please consult the [builds](Builds) table for a reference of which features are available for each pre-compiled firmware binary variant.
|
||||
**Unless noted otherwise, commands that do not indicate an introduction version are available from since 5.10** Commands introduced after this master release have their minimum version noted. If you're using an older Tasmota version some of the commands might not work. Note that availability of some features and their associated commands is dependent on the options selected during the firmware compilation. Please consult the [builds](Builds) table for a reference of which features are available for each pre-compiled firmware binary variant.
|
||||
|
||||
Every command **used without a parameter (payload) returns the current setting**.
|
||||
* `Power` will return the status of Relay1
|
||||
|
@ -136,7 +136,7 @@ Gpios<a id="Gpios"></a>|Show list of available sensors and devices by name and i
|
|||
Gpio<a id="Gpio"></a>|Show current GPIO usage for current module
|
||||
Gpio\<x\><a id="Gpio"></a>|`<sensor>` = configure [sensor](https://github.com/arendst/Sonoff-Tasmota/blob/0658ae19599e88432bbb20348f1d49279276acd7/sonoff/sonoff_template.h#L192) to Gpio\<x\>
|
||||
I2Cscan<a id="I2Cscan"></a>|Scan I<sup>2</sup>C bus and show addresses for found devices
|
||||
LogHost<a id="LogHost"></a>|<BR>`1`= reset [syslog](https://www.sigmdel.ca/michel/ha/rpi/syslog_en.html) host to firmware default (`SYS_LOG_HOST`)<BR>`<value>` = set syslog host (32 chars max)
|
||||
LogHost<a id="LogHost"></a>|`1`= reset [syslog](https://www.sigmdel.ca/michel/ha/rpi/syslog_en.html) host to firmware default (`SYS_LOG_HOST`)<BR>`<value>` = set syslog host (32 chars max)
|
||||
LogPort<a id="LogPort"></a>|`1`= reset [syslog](https://www.sigmdel.ca/michel/ha/rpi/syslog_en.html) port to firmware default (`SYS_LOG_PORT`)<BR>`2..32766` = set syslog port
|
||||
Modules<a id="Modules"></a>|Show available modules by name and index
|
||||
Module<a id="Module"></a>|Displays active module by name and index<BR>`<x>` = switch to Module\<x\> and restart
|
||||
|
|
Loading…
Reference in New Issue