I am integrating Google Smart Home with my IoT devices (Node.js +
Firebase Functions + MQTT).When the user says “Turn on fan”, the
onExecute handler is triggered, but the fan operation happens with a
noticeable delay (2–3 seconds). Here’s the relevan...