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::DateCommand Struct Reference

A command to set a date's value. More...

#include <date.hpp>

Public Attributes

std::uint32_t key = 0
 
std::uint32_t year = 0
 
std::uint32_t month = 0
 
std::uint32_t day = 0
 

Detailed Description

A command to set a date's value.

Member Data Documentation

◆ day

std::uint32_t esphome::api::DateCommand::day = 0

◆ key

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

◆ month

std::uint32_t esphome::api::DateCommand::month = 0

◆ year

std::uint32_t esphome::api::DateCommand::year = 0

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