Compare commits
No commits in common. "6963ea78dfc6c51b20e8e713a201a1fda7c17603" and "3add72c116e958fa3987896f26824ce1d9fd36fe" have entirely different histories.
6963ea78df
...
3add72c116
|
@ -600,7 +600,6 @@ void state_request_callback(String topic, String message)
|
||||||
publish_input_states();
|
publish_input_states();
|
||||||
publish_pwm_states();
|
publish_pwm_states();
|
||||||
publish_ac_state();
|
publish_ac_state();
|
||||||
user_state_request_callback();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ir_loop()
|
void ir_loop()
|
||||||
|
|
|
@ -297,7 +297,3 @@ void mqtt_connected_user_callback() {
|
||||||
mqtt.subscribe(AC_LOCK_TOPIC, ac_lock_callback);
|
mqtt.subscribe(AC_LOCK_TOPIC, ac_lock_callback);
|
||||||
ac_lock_report();
|
ac_lock_report();
|
||||||
}
|
}
|
||||||
|
|
||||||
void user_state_request_callback() {
|
|
||||||
ac_lock_report();
|
|
||||||
}
|
|
|
@ -72,7 +72,6 @@ void ac_update_lcd();
|
||||||
void pwm_update_lcd();
|
void pwm_update_lcd();
|
||||||
void mqtt_connected_user_callback();
|
void mqtt_connected_user_callback();
|
||||||
void ac_lock_report();
|
void ac_lock_report();
|
||||||
void user_state_request_callback();
|
|
||||||
|
|
||||||
// ESPMega IoT Core Build-in Functions
|
// ESPMega IoT Core Build-in Functions
|
||||||
extern void pwm_set_state(int id, int state);
|
extern void pwm_set_state(int id, int state);
|
||||||
|
|
Loading…
Reference in New Issue