state machine top level should work, light not added yet
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user