|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
Connection state-machine states. More...

Go to the source code of this file.
Namespaces | |
| namespace | esphome |
| namespace | esphome::api |
Enumerations | |
| enum class | esphome::api::ConnectionState { esphome::api::Disconnected , esphome::api::Connecting , esphome::api::HelloSent , esphome::api::Connected , esphome::api::Closing , esphome::api::Closed , esphome::api::Failed } |
| Lifecycle of a Connection. More... | |
Functions | |
| const char * | esphome::api::to_string (const ConnectionState state) |
| Human-readable name of a connection state. | |
Connection state-machine states.