Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Components.md #1318

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/Components.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Components can be: buttons, switches, relays, LEDs, sensors, displays, MCU units

Every Tasmota device has some components configured by default. Most often there is a relay, a button and a LED configured as is the case for a Sonoff Basic in the following image.

If components of the same type (e.g. buttons, switches,...) are used, they are given a consecutive number (button1, button2,...) for precise identification. This consecutive number must be selected in such a way that no numbers are omitted in the natural sequence. Otherwise the reaction of Tasmota may be unpredictable. This omission does not refer to the device itself, but the rule applies per component. So if you introduce another button in addition to Relay1, you should name it button1 rather than button2.

!!! bug
Tasmota 9.1 completely redesigned GPIO mapping to allow for future expansion. Read more about the [GPIO Conversion](GPIO-Conversion.md)

Expand Down