ESPHome 2026.6.0-dev
Loading...
Searching...
No Matches
host_time.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace esphome::host {
7
9 public:
10 void update() override {}
11};
12
13} // namespace esphome::host
void update() override
Definition host_time.h:10
The RealTimeClock class exposes common timekeeping functions via the device's local real-time clock.