$ whoami
Alwin ArrasyidWeb app code:
https://github.com/alwint3r/iot-webapp-base
Quoting from mqtt.org,
MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. It was designed as an extremely lightweight publish/subscribe messaging transport.
Broker
IoT
Device
App
{ "switch": 0 }
topic: winter/control
{ "switch": 0 }
topic: winter/control
{ "temperature": 28.2 }
topic: winter/data
{ "temperature": 28.2 }
topic: winter/data