Skip to content

Commit 7d6ee72

Browse files
committed
tuyamcu links and consolidation
1 parent a3f10bc commit 7d6ee72

File tree

8 files changed

+203
-206
lines changed

8 files changed

+203
-206
lines changed

Components.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
?>**Component** is anything wired to the ESP8266/ESP8255 chip to be controlled by or send data to it.
22

3+
<img src="_media/components.png" style="float:right;height:8em;margin:10px"></img>
34
Components can be: buttons, switches, relays, LEDs, sensors, displays, MCU units, etc. Every component is assigned in the device template to the GPIO it is wired (connected) to.
45

56
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.
67

7-
![Overview of a Template](_media/components.png ':size=150')
8-
9-
108
> GPIOs configured as User (255) are the GPIOs that can be assigned to components in the Configure Module page. See next image for an example!
119
1210
## Assigning Components
11+
<img src="_media/components2.png" style="float:right;height:10em;margin:10px"></img>
1312
If you wish to expand a device with a [peripheral](Peripherals) component, after properly wiring everything, you need to assign it to a free GPIO in **Configure Module** page or use command [`GPIO<x>`](commands#gpio).
1413

15-
![GPIO Assign](_media/components2.png ':size=150')
1614

1715
Read more about [peripherals](Peripherals).
1816

MCU-Based-Tuya-Dimmers-and-Switches.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

Rules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ Rule1
256256
## Expressions in Rules
257257

258258
!> **This feature is not included in precompiled binaries.**
259+
259260
To use it you must [compile your build](compile-your-build). Add the following to `user_config_override.h`:
260261
```
261262
#define USE_EXPRESSION // Add support for expression evaluation in rules (+3k2 code, +64 bytes mem)

0 commit comments

Comments
 (0)