ESPHome 2025.6.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
esphome::mdns::MDNSService Struct Reference

#include <mdns_component.h>

Data Fields

std::string service_type
 
std::string proto
 
TemplatableValue< uint16_t > port
 
std::vector< MDNSTXTRecordtxt_records
 

Detailed Description

Definition at line 17 of file mdns_component.h.

Field Documentation

◆ port

TemplatableValue<uint16_t> esphome::mdns::MDNSService::port

Definition at line 24 of file mdns_component.h.

◆ proto

std::string esphome::mdns::MDNSService::proto

Definition at line 23 of file mdns_component.h.

◆ service_type

std::string esphome::mdns::MDNSService::service_type

Definition at line 20 of file mdns_component.h.

◆ txt_records

std::vector<MDNSTXTRecord> esphome::mdns::MDNSService::txt_records

Definition at line 25 of file mdns_component.h.


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