diff --git a/src/espmega_iot_core.cpp b/src/espmega_iot_core.cpp index 0ff5efc..b900bb9 100644 --- a/src/espmega_iot_core.cpp +++ b/src/espmega_iot_core.cpp @@ -758,6 +758,7 @@ void state_request_callback() publish_pwm_states(); #ifdef ENABLE_CLIMATE_MODULE publish_ac_state(); + publish_env_state(); #endif user_state_request_callback(); }