mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
переписаны графики
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
//Версия прошивки
|
||||
#define FIRMWARE_VERSION 415
|
||||
#define FIRMWARE_VERSION 416
|
||||
|
||||
#ifdef esp8266_4mb
|
||||
#define FIRMWARE_NAME "esp8266_4mb"
|
||||
|
||||
@@ -12,3 +12,4 @@ extern const String getTimeLocal_hhmm();
|
||||
extern const String getTimeLocal_hhmmss();
|
||||
extern const String getDateTimeDotFormated();
|
||||
extern unsigned long strDateToUnix(String date);
|
||||
const String getDateTimeDotFormatedFromUnix(unsigned long unixTime);
|
||||
|
||||
@@ -25,6 +25,7 @@ class IoTItem {
|
||||
|
||||
String getSubtype();
|
||||
virtual void sendChart(bool mqtt);
|
||||
virtual void cleanData();
|
||||
|
||||
String getID();
|
||||
virtual String getValue();
|
||||
|
||||
Reference in New Issue
Block a user