mirror of
https://github.com/nekorevend/esphome-emporia-vue-utility.git
synced 2026-01-08 20:40:39 -07:00
Fix code scope.
This commit is contained in:
@@ -138,9 +138,10 @@ void EmporiaVueUtility::loop() {
|
||||
send_install_code_req();
|
||||
else if (startup_step == 3)
|
||||
send_meter_join();
|
||||
else
|
||||
else {
|
||||
ready_to_read_meter_ = true;
|
||||
next_expected_meter_request = now + update_interval_;
|
||||
next_expected_meter_request = now + update_interval_;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user