1
0
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:
Jesse Hills
2023-02-09 10:25:44 +13:00
committed by GitHub
parent c6742117d3
commit ac6693f177
6 changed files with 31 additions and 33 deletions

View File

@@ -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_{};