move nuki config to seperate page

This commit is contained in:
technyon
2022-06-17 22:49:39 +02:00
parent d106024682
commit 2495b5c782
2 changed files with 52 additions and 42 deletions

View File

@@ -35,6 +35,7 @@ private:
void buildCredHtml(String& response);
void buildOtaHtml(String& response);
void buildMqttConfigHtml(String& response);
void buildNukiConfigHtml(String& response);
void buildConfirmHtml(String& response, const String &message, uint32_t redirectDelay = 5);
void buildConfigureWifiHtml(String& response);
void processUnpair(bool opener);