mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-07-29 10:02:48 +00:00
first try
This commit is contained in:
@@ -510,6 +510,7 @@ void Mqtt::on_connect() {
|
||||
// send initial MQTT messages for some of our services
|
||||
EMSESP::system_.send_heartbeat(); // send heartbeat
|
||||
EMSESP::webCustomEntityService.publish(true);
|
||||
EMSESP::webCommandService.publish(true);
|
||||
EMSESP::webSchedulerService.publish(true);
|
||||
EMSESP::analogsensor_.publish_values(true);
|
||||
EMSESP::temperaturesensor_.publish_values(true);
|
||||
|
||||
Reference in New Issue
Block a user