ESPHome
2026.6.0-dev
Loading...
Searching...
No Matches
esphome
components
host
time
host_time.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
esphome/core/component.h
"
4
#include "
esphome/components/time/real_time_clock.h
"
5
6
namespace
esphome::host
{
7
8
class
HostTime
:
public
time::RealTimeClock
{
9
public
:
10
void
update
()
override
{}
11
};
12
13
}
// namespace esphome::host
esphome::host::HostTime
Definition
host_time.h:8
esphome::host::HostTime::update
void update() override
Definition
host_time.h:10
esphome::time::RealTimeClock
The RealTimeClock class exposes common timekeeping functions via the device's local real-time clock.
Definition
real_time_clock.h:21
component.h
esphome::host
Definition
core.cpp:57
real_time_clock.h
Generated by
1.12.0