mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 14:55:50 +00:00
mDNS updates (#4399)
This commit is contained in:
@@ -35,6 +35,8 @@ class MDNSComponent : public Component {
|
||||
|
||||
void add_extra_service(MDNSService service) { services_extra_.push_back(std::move(service)); }
|
||||
|
||||
void on_shutdown() override;
|
||||
|
||||
protected:
|
||||
std::vector<MDNSService> services_extra_{};
|
||||
std::vector<MDNSService> services_{};
|
||||
|
||||
Reference in New Issue
Block a user