ESPHome
2025.5.0
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
{
7
namespace
host {
8
9
class
HostTime
:
public
time::RealTimeClock
{
10
public
:
11
void
update
()
override
{}
12
};
13
14
}
// namespace host
15
}
// namespace esphome
esphome::host::HostTime
Definition
host_time.h:9
esphome::host::HostTime::update
void update() override
Definition
host_time.h:11
esphome::time::RealTimeClock
The RealTimeClock class exposes common timekeeping functions via the device's local real-time clock.
Definition
real_time_clock.h:19
component.h
esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition
a01nyub.cpp:7
real_time_clock.h
Generated by
1.12.0