mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
12 lines
449 B
C
12 lines
449 B
C
#pragma once
|
|
#include "WifiLocation.h"
|
|
#include <Arduino.h>
|
|
#include "Global.h"
|
|
|
|
extern void initSt();
|
|
extern void updateDevicePsn(String lat, String lon, String accur, String uptime, String firm);
|
|
extern void updateDeviceStatus(String uptime, String firm);
|
|
extern void addNewDevice(String model);
|
|
extern void updateDeviceList(String model, String firmVer);
|
|
extern void createNewDevJson(String& json, String model);
|
|
//extern WifiLocation location();
|