GPIO Control
Sensor Status
BUTTON ==> {{ button }}
Actuator Status & Control
RED LED ==> {{ ledRed }} ==>
TOGGLE
{% if ledRed == 1 %}
TURN OFF
{% else %}
TURN ON
{% endif %}