mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
first
This commit is contained in:
22
include/Utils/statUtils.h
Normal file
22
include/Utils/statUtils.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#pragma once
|
||||
#include <Arduino.h>
|
||||
#include "Global.h"
|
||||
|
||||
extern void initSt();
|
||||
extern String updateDevicePsn(String lat, String lon, String accur, String geo);
|
||||
extern String updateDeviceStatus();
|
||||
extern String addNewDevice();
|
||||
|
||||
extern void decide();
|
||||
extern void getPsn();
|
||||
|
||||
extern String getUptimeTotal();
|
||||
extern uint8_t getNextNumber(String file);
|
||||
extern uint8_t getCurrentNumber(String file);
|
||||
|
||||
//extern int plusOneHour();
|
||||
//extern void eeWriteInt(int pos, int val);
|
||||
//extern int eeGetInt(int pos);
|
||||
//extern void updateDeviceList();
|
||||
//extern void saveId(String file, int id);
|
||||
//extern int getId(String file);
|
||||
Reference in New Issue
Block a user