esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Public Attributes | List of all members
esphome::api::DateTimeState Struct Reference

A datetime's reported value. More...

#include <datetime.hpp>

Public Attributes

std::uint32_t key = 0
 
bool missing_state = false
 True when the datetime currently has no valid value.
 
std::uint32_t epoch_seconds = 0
 

Detailed Description

A datetime's reported value.

Member Data Documentation

◆ epoch_seconds

std::uint32_t esphome::api::DateTimeState::epoch_seconds = 0

◆ key

std::uint32_t esphome::api::DateTimeState::key = 0

◆ missing_state

bool esphome::api::DateTimeState::missing_state = false

True when the datetime currently has no valid value.


The documentation for this struct was generated from the following file: