|
antenna-switcher-client 0.5.0
Async C++17 client for the antenna-switcher device over the ESPHome native API
|
Everything needed to reach and authenticate with the device. More...
#include <client.hpp>

Public Attributes | |
| std::string | host |
| Device hostname or IP. | |
| std::uint16_t | port = 6053 |
| ESPHome native API port. | |
| std::string | noise_psk |
| base64 Noise key (api.encryption.key); empty ⇒ plaintext. | |
| std::string | client_info = "antenna-switcher-client" |
| Identification sent in HelloRequest. | |
Everything needed to reach and authenticate with the device.
| std::string antenna_switcher::Options::client_info = "antenna-switcher-client" |
Identification sent in HelloRequest.
| std::string antenna_switcher::Options::host |
Device hostname or IP.
| std::string antenna_switcher::Options::noise_psk |
base64 Noise key (api.encryption.key); empty ⇒ plaintext.
| std::uint16_t antenna_switcher::Options::port = 6053 |
ESPHome native API port.