|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
Configuration for an encrypted connection. More...
#include <noise_frame_helper.hpp>

Public Attributes | |
| std::string | psk_base64 |
Base64-encoded 32-byte pre-shared key (the device's api.encryption.key). | |
| std::string | expected_name |
| Optional expected device name, verified against the server hello. | |
Configuration for an encrypted connection.
| std::string esphome::api::NoiseConfig::expected_name |
Optional expected device name, verified against the server hello.
| std::string esphome::api::NoiseConfig::psk_base64 |
Base64-encoded 32-byte pre-shared key (the device's api.encryption.key).