mirror of https://github.com/arendst/Tasmota.git
GPIO commands
parent
79b40737c2
commit
b9e6828f1d
|
@ -133,8 +133,8 @@ Emulation<a id="Emulation"></a>|`0` = disable emulation<BR>`1` = enable Belkin W
|
|||
Event<a id="Event"></a>|**5.13.0**<BR>Execute an event to trigger a rule as [documented](Rules#trigger)
|
||||
FriendlyName\<x\><a id="FriendlyName"></a>|`1` = Reset friendly name to firmware default<BR>`<value>` = set friendly name (32 char limit)
|
||||
Gpios<a id="Gpios"></a>|Show list of available [components](Components#components-list) by name and index<BR>`255` / `All` Show list of all [components](Components#components-list) by name and index
|
||||
Gpio<a id="Gpio"></a>|Show user configurable GPIO current [components](Components#components-list) assignments for 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\>
|
||||
Gpio<a id="Gpio"></a>|Show the Module's current [component](Components#components-list) assignments for the device's configurable GPIO
|
||||
Gpio\<x\><a id="Gpio"></a>|[`<component>`](Components#components-list) = assign `<component>` to `Gpio<x>`.<BR>_For built-in Modules only. This command does not work for device's configured with a device Template._
|
||||
I2Cscan<a id="I2Cscan"></a>|Scan I<sup>2</sup>C bus and show addresses for found devices
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue