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