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

A number's reported value. More...

#include <number.hpp>

Public Attributes

std::uint32_t key = 0
 
float state = 0.0F
 
bool missing_state = false
 True when the number currently has no valid value.
 

Detailed Description

A number's reported value.

Member Data Documentation

◆ key

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

◆ missing_state

bool esphome::api::NumberState::missing_state = false

True when the number currently has no valid value.

◆ state

float esphome::api::NumberState::state = 0.0F

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