mirror of
https://github.com/nekorevend/esphome-emporia-vue-utility.git
synced 2026-01-10 05:10:40 -07:00
Fix code scope.
This commit is contained in:
@@ -138,9 +138,10 @@ void EmporiaVueUtility::loop() {
|
|||||||
send_install_code_req();
|
send_install_code_req();
|
||||||
else if (startup_step == 3)
|
else if (startup_step == 3)
|
||||||
send_meter_join();
|
send_meter_join();
|
||||||
else
|
else {
|
||||||
ready_to_read_meter_ = true;
|
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