API - Json keys rename

Signed-off-by: Martin Kolací <martin.kolaci@lmc.eu>
This commit is contained in:
Martin Kolací
2020-12-05 00:49:38 +01:00
parent 2ff9dfdad3
commit 913e5f4446
3 changed files with 20 additions and 21 deletions

View File

@@ -34,10 +34,8 @@ typedef struct {
time_t currentTime;
time_t chargingStartTime;
time_t automaticShutdownTimer;
#ifdef SIM800L_ENABLED
time_t lastDataSent;
bool sim800l_enabled;
#endif //SIM800L_ENABLED
bool ignitionOn;
bool ignitionOnPrevious;
bool forwardDriveMode;