Send sensordata with current state

This commit is contained in:
fvanroie 2021-08-02 00:45:08 +02:00
parent cdccb1f30d
commit 3a34fe285f

View File

@ -1059,6 +1059,7 @@ void dispatch_current_state(uint8_t source)
dispatch_statusupdate(NULL, NULL, source);
dispatch_idle(NULL, NULL, source);
dispatch_current_page();
dispatch_send_sensordata(NULL, NULL, source);
dispatch_send_discovery(NULL, NULL, source);
}