|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
A command targeting a lock entity. More...
#include <lock.hpp>
Public Attributes | |
| std::uint32_t | key = 0 |
| LockCommand | command = LockCommand::Unlock |
| std::optional< std::string > | code |
A command targeting a lock entity.
| std::optional<std::string> esphome::api::LockCommandData::code |
| LockCommand esphome::api::LockCommandData::command = LockCommand::Unlock |
| std::uint32_t esphome::api::LockCommandData::key = 0 |