mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
getData
This commit is contained in:
@@ -11,3 +11,5 @@ String jsonWriteStr(String& json, String name, String volume);
|
||||
String jsonWriteInt(String& json, String name, int volume);
|
||||
|
||||
String jsonWriteFloat(String& json, String name, float volume);
|
||||
|
||||
boolean jsonReadBool(String& json, String name);
|
||||
@@ -14,11 +14,11 @@ class PrintMessage {
|
||||
_module = module;
|
||||
}
|
||||
|
||||
void error(const String str) {
|
||||
void error(const String& str) {
|
||||
print(EL_ERROR, str);
|
||||
}
|
||||
|
||||
void info(const String str) {
|
||||
void info(const String& str) {
|
||||
print(EL_INFO, str);
|
||||
}
|
||||
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
|
||||
const String getChipId();
|
||||
|
||||
void printMemoryStatus(String text = "");
|
||||
const String printMemoryStatus();
|
||||
|
||||
String getHeapStats();
|
||||
const String getHeapStats();
|
||||
|
||||
@@ -35,12 +35,6 @@ int timeToMin(String Time);
|
||||
|
||||
const String prettyMillis(unsigned long time_ms = millis());
|
||||
|
||||
int timeZoneInSeconds(const byte timeZone);
|
||||
|
||||
bool hasTimeSynced();
|
||||
|
||||
int getBiasInSeconds();
|
||||
|
||||
/*
|
||||
* Время (мс) прошедщее с @simce
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user