state machine top level should work, light not added yet

This commit is contained in:
2025-08-28 20:04:27 +02:00
parent 83d589a3ec
commit 936d1dba20
4 changed files with 30 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
class Network {
public:
Network(std::string_view hostname, std::string_view apSsid = "Smart RGB");
~Network();
bool isConnected() const;
std::string getHostname() const;
bool setHostname(const std::string_view &hostname);