Created Glossary (markdown)

blakadder 2019-05-30 10:07:11 +02:00
parent fc4d0b6031
commit 8fe346a1c8
1 changed files with 6 additions and 0 deletions

6
Glossary.md Normal file

@ -0,0 +1,6 @@
|Term|Explanation|
|---|---|
|[**Component**](Components)| anything wired to the ESP8266/ESP8255 chip to be controlled by or send data to it (buttons, switches, relays, LEDs, sensors, displays, MCU units, etc)
|[**Module**](Modules)| a firmware supported device which has specific code to enable its features (before Templates it was used for selecting the device from the list of supported ones)
|[**Rule**](Rules)|used for on device automation
|[**Status LED**](status-led)| LEDs on the device that display its state|