Merge branch 'master' of github.com:technyon/nuki_hub into ota

This commit is contained in:
technyon
2022-06-15 20:26:44 +02:00
10 changed files with 121 additions and 11 deletions

View File

@@ -43,6 +43,7 @@ private:
void printInputField(String& response, const char* token, const char* description, const char* value, const size_t maxLength, const bool isPassword = false);
void printInputField(String& response, const char* token, const char* description, const int value, size_t maxLength);
void printCheckBox(String& response, const char* token, const char* description, const bool value);
void printTextarea(String& response, const char *token, const char *description, const char *value, const size_t maxLength);
void printParameter(String& response, const char* description, const char* value);