diff --git a/src/espmega_iot_core.cpp b/src/espmega_iot_core.cpp index 03cf954..677e0c2 100644 --- a/src/espmega_iot_core.cpp +++ b/src/espmega_iot_core.cpp @@ -600,6 +600,7 @@ void state_request_callback(String topic, String message) publish_input_states(); publish_pwm_states(); publish_ac_state(); + user_state_request_callback(); } void ir_loop()