I am trying to integrate smart home devices with Google home and Alexa but I am facing following issue.
- Communication between Google Home/Alexa and our device cloud server is HTTP.
- Communication between smart home device and our device cloud server is MQTT.
How do I keep track of synchronous request-response? Is there a better way to implement this system?