/* * strings.h * strings for Power Regler DTZ * for configuration of user-data * * author Creator P.Rebesky * author Creator P.Rebesky * Copyright (©): 2020-2022 by Peter Rebesky * This code can use in private cases only. Every business or companies using of this codes or codes parts is required an approval of us (me) * Every private use can exchange some parts of code or modify some code-lines. This code can change for private use only. * This software is basicly owned by Peter Rebesky and any comercial using is forbidden without approval of us (me). * */ String Version = "PWR0.20"; String PWRVersion = "Build "+Version+" 22.10.2022"; const byte DaysPerMonth[] = {31,28,31,30,31,30,31,31,30,31,30,31}; const char HTTP_ANSWER[] = "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n"; //header of http without mixed content const char HTTP_ANSWERJSON[] = "HTTP/1.1 200 OK\r\nContent-Type: text/json\r\nAccess-Control-Allow-Origin: *\r\n\r\n"; //header of http with mixed content, only for JSON const char HTTP_HEAD_PWR[] = "\r\n\r\n"; const char HTTP_BODYSTYLE_PWR[] = ""; const char HTTP_SETUP_BUTTON[] = "

"; const char HTTP_HISTORY_BUTTON[] = "

"; const char HTTP_DIV_FIELD[] = "
"; const char HTTP_TEXT_END[] ="
\n"; const char HTTP_JS_SCRIPT[] PROGMEM =""; //setInterval('set()',5000);