From 7bdfeae97c05db1dd340dd34feed0fc721c14f7b Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Mon, 10 Jun 2019 10:50:45 -0400 Subject: [PATCH] Updated Buttons and Switches (markdown) --- Buttons-and-Switches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buttons-and-Switches.md b/Buttons-and-Switches.md index f19bb6e8..65a8c5fc 100644 --- a/Buttons-and-Switches.md +++ b/Buttons-and-Switches.md @@ -31,7 +31,7 @@ In Tasmota a `Switch` is any switch or push-button additionally connected to a f - [mechanical toggle switch](https://en.wikipedia.org/wiki/Switch#Toggle_switch) - also called a rocker switch - [capacitive touch switch](https://en.wikipedia.org/wiki/Touch_switch) - [reed switch](https://en.wikipedia.org/wiki/Reed_switch) -- [PIR sensor](https://en.wikipedia.org/wiki/Passive_infrared_sensor) - even though its technically a sensor it is configured as a switch in Tasmota +- [PIR](https://en.wikipedia.org/wiki/Passive_infrared_sensor) - even though it's technically a sensor it is configured as a switch in Tasmota - [mechanical push-button](https://en.wikipedia.org/wiki/Push-button) By default a switch toggles the corresponding relay. Every time the switch gets pressed the relay changes its state (ON or OFF).