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

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

#include <time.hpp>

Public Attributes

std::uint32_t key = 0
 
std::uint32_t hour = 0
 
std::uint32_t minute = 0
 
std::uint32_t second = 0
 

Detailed Description

A command to set a time's value.

Member Data Documentation

◆ hour

std::uint32_t esphome::api::TimeCommand::hour = 0

◆ key

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

◆ minute

std::uint32_t esphome::api::TimeCommand::minute = 0

◆ second

std::uint32_t esphome::api::TimeCommand::second = 0

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