This commit is contained in:
2025-08-29 19:17:09 +02:00
parent d630a7ea5f
commit 8a76e869cb
10 changed files with 70 additions and 44 deletions

View File

@@ -9,6 +9,7 @@ public:
void reconnect();
bool isConnected() const;
std::string getHostname() const;
const std::string getMacAddress() const;
bool setHostname(const std::string_view &hostname);
void registerMDNS();
private: