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

A lock's reported state. More...

#include <lock.hpp>

Public Attributes

std::uint32_t key = 0
 
LockState state = LockState::None
 

Detailed Description

A lock's reported state.

Named LockEntityState to avoid colliding with the LockState enum class mirrored in enums.hpp.

Member Data Documentation

◆ key

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

◆ state

LockState esphome::api::LockEntityState::state = LockState::None

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