/* * strings.h * strings for Logger * * author Creator P.Rebesky * */ String LoggerVersion = "Build 3.3.OPEN 25.06.2021"; //(ohne DatenverschlĂĽsselung des gesendeten Datenstromes) const char HTTP_ANSWER[] = "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n"; const char HTTP_HEAD_DTZ[] = "\r\n\r\n"; const char HTTP_HEAD_DTZ_REFRESH[] = "\r\n\r\n"; const char HTTP_JSCRIPT[] = ""; const char HTTP_BODYSTYLE_DTZ[] = ""; const char HTTP_SETUP_BUTTON[] = "

"; const char HTTP_DIV_FIELD[] = "
"; String DTZ541 = "Holley"; String ISKRA = "ISKRA"; String GENERETIC = "Generetic SML-Protokol"; String NOT_DETECT = "Zähler nicht erkannt"; //const char daysOfTheWeek[7][12] = {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"}; const byte DaysPerMonth[] = {31,28,31,30,31,30,31,31,30,31,30,31}; char OBISoutGrid[]= {0x77,0x07,0x01,0x00,0x01,0x08,0x00,0xff}; char OBISintoGrid[]= {0x77,0x07,0x01,0x00,0x02,0x08,0x00,0xff}; char OBIS_Watt[]= {0x77,0x07,0x01,0x00,0x10,0x07,0x00,0xff}; char OBIS_U_L1[]= {0x77,0x07,0x01,0x00,0x20,0x07,0x00,0xff}; char OBIS_U_L2[]= {0x77,0x07,0x01,0x00,0x34,0x07,0x00,0xff}; char OBIS_U_L3[]= {0x77,0x07,0x01,0x00,0x48,0x07,0x00,0xff}; char OBIS_I_L1[]= {0x77,0x07,0x01,0x00,0x1f,0x07,0x00,0xff}; char OBIS_I_L2[]= {0x77,0x07,0x01,0x00,0x33,0x07,0x00,0xff}; char OBIS_I_L3[]= {0x77,0x07,0x01,0x00,0x47,0x07,0x00,0xff}; char OBIS_Freq[]= {0x77,0x07,0x01,0x00,0x0e,0x07,0x00,0xff}; char OBIS_DTZ_ID[]= {0x77,0x07,0x01,0x00,0x60,0x01,0x00,0xff}; char OBIS_Manuf[]= {0x77,0x07,0x01,0x00,0x60,0x32,0x01,0x01}; char ProtBegin[]={0x1b, 0x1b, 0x1b, 0x01, 0x01};