esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Public Attributes | List of all members
esphome::api::ServerHello Struct Reference

Information returned by the device in its HelloResponse. More...

#include <connection.hpp>

Collaboration diagram for esphome::api::ServerHello:
Collaboration graph
[legend]

Public Attributes

int api_version_major = 0
 
int api_version_minor = 0
 
std::string server_info
 
std::string name
 

Detailed Description

Information returned by the device in its HelloResponse.

Member Data Documentation

◆ api_version_major

int esphome::api::ServerHello::api_version_major = 0

◆ api_version_minor

int esphome::api::ServerHello::api_version_minor = 0

◆ name

std::string esphome::api::ServerHello::name

◆ server_info

std::string esphome::api::ServerHello::server_info

The documentation for this struct was generated from the following file: