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::SerialProxyPortInfo Struct Reference

One serial-proxy port advertised by the device. More...

#include <device_info.hpp>

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

Public Attributes

std::string name
 
SerialProxyPortType port_type = SerialProxyPortType::Ttl
 

Detailed Description

One serial-proxy port advertised by the device.

Its instance index (used by SerialProxy) is its position in DeviceInfo::serial_proxies.

Member Data Documentation

◆ name

std::string esphome::api::SerialProxyPortInfo::name

◆ port_type

SerialProxyPortType esphome::api::SerialProxyPortInfo::port_type = SerialProxyPortType::Ttl

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