Compare commits

..

No commits in common. "6963ea78dfc6c51b20e8e713a201a1fda7c17603" and "3add72c116e958fa3987896f26824ce1d9fd36fe" have entirely different histories.

3 changed files with 0 additions and 6 deletions

View File

@ -600,7 +600,6 @@ void state_request_callback(String topic, String message)
publish_input_states();
publish_pwm_states();
publish_ac_state();
user_state_request_callback();
}
void ir_loop()

View File

@ -296,8 +296,4 @@ void pwm_update_lcd() {
void mqtt_connected_user_callback() {
mqtt.subscribe(AC_LOCK_TOPIC, ac_lock_callback);
ac_lock_report();
}
void user_state_request_callback() {
ac_lock_report();
}

View File

@ -72,7 +72,6 @@ void ac_update_lcd();
void pwm_update_lcd();
void mqtt_connected_user_callback();
void ac_lock_report();
void user_state_request_callback();
// ESPMega IoT Core Build-in Functions
extern void pwm_set_state(int id, int state);