Init commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
#include <ArduinoJson.h>
|
||||
|
||||
String serializeSensorValue (
|
||||
int sensorId,
|
||||
int deviceId,
|
||||
String sensorType,
|
||||
String unit,
|
||||
int sensorStatus,
|
||||
float temperature,
|
||||
float humidity,
|
||||
float carbonMonoxide,
|
||||
float lat,
|
||||
float lon,
|
||||
long timestamp
|
||||
);
|
||||
|
||||
String serializeActuatorStatus (
|
||||
|
||||
);
|
||||
|
||||
String serializeDevice (
|
||||
|
||||
);
|
||||
|
||||
void deserializeSensorValue (
|
||||
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user