tasmota device grups p1

This commit is contained in:
openshwprojects
2022-06-09 04:30:17 +02:00
parent 69e2ac21c4
commit c68c98d2c6
28 changed files with 854 additions and 64 deletions

View File

@@ -57,6 +57,7 @@ int postany(http_request_t *request, const char *str, int len);
void misc_formatUpTimeString(int totalSeconds, char *o);
void HTTP_AddBuildFooter(http_request_t *request);
int http_getArg(const char *base, const char *name, char *o, int maxSize);
int http_getArgInteger(const char *base, const char *name);
// poststr with format - for results LESS THAN 128
int hprintf128(http_request_t *request, const char *fmt, ...);