scheduling events over mqtt server
Posted: Sun Jul 02, 2017 4:51 pm
I have established an MQTT broker and tested basic pub/sub functionalities on node MCU(Amica), now I want to implement scheduling(switching devices on/off based on input time) via MQTT, for which I need accurate time, I don't want to use RTC module, is there any way to get time without disconnecting from MQTT server?