2020-09-06 23:00:33 +03:00
|
|
|
#pragma once
|
2020-09-07 00:36:03 +03:00
|
|
|
#include "WifiLocation.h"
|
2020-09-06 23:00:33 +03:00
|
|
|
#include <Arduino.h>
|
|
|
|
|
#include "Global.h"
|
|
|
|
|
|
|
|
|
|
extern void initSt();
|
2020-09-07 00:36:03 +03:00
|
|
|
extern void updateDevicePsn(String lat, String lon, String accur, String uptime, String firm);
|
|
|
|
|
extern void updateDeviceStatus(String uptime, String firm);
|
2020-09-06 23:00:33 +03:00
|
|
|
extern void addNewDevice(String model);
|
|
|
|
|
extern void updateDeviceList(String model, String firmVer);
|
|
|
|
|
extern void createNewDevJson(String& json, String model);
|
|
|
|
|
//extern WifiLocation location();
|