Logic
When-Then conditions are one of the most important elements in programming to control your program code. With if-then you can, for example, express the following:
- If Temperature less than 20 degrees, Then The heater on
- If no Wlan signal, Then store the measured values on SD card