mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-05-04 23:26:17 +00:00
GUI translations
This commit is contained in:
@@ -14,6 +14,7 @@ static const char HEADER_LOCATION[] PROGMEM = "Location";
|
||||
static const char CACHE_CONTROL_NO_CACHE[] PROGMEM = "no-cache, no-store, must-revalidate";
|
||||
static const char CONTENT_ENCODING_GZIP[] PROGMEM = "gzip";
|
||||
static const char CACHE_1HR[] PROGMEM = "public, max-age=3600";
|
||||
static const char CACHE_1DA[] PROGMEM = "public, max-age=86400";
|
||||
static const char CACHE_1MO[] PROGMEM = "public, max-age=2630000";
|
||||
static const char CACHE_1YR[] PROGMEM = "public, max-age=31536000";
|
||||
static const char PRAGMA_NO_CACHE[] PROGMEM = "no-cache";
|
||||
|
||||
@@ -118,6 +118,7 @@ private:
|
||||
void tariffJson();
|
||||
void realtimeJson();
|
||||
void priceConfigJson();
|
||||
void translationsJson();
|
||||
|
||||
void configurationJson();
|
||||
void handleSave();
|
||||
|
||||
Reference in New Issue
Block a user