Turns the led on and off by pub/sub events.
sudo apt install mosquitto-clientswifi_ssidwifi_password
mosquitto_pub -h broker.hivemq.com -t test-esp32/led -m "on"mosquitto_pub -h broker.hivemq.com -t test-esp32/led -m "off"mosquitto_sub -h broker.hivemq.com -t test-esp32/led