esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
connection_state.hpp File Reference

Connection state-machine states. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Connection state-machine states.