Monitor motorhome leisure battery and provide simple control of habitation

Dependencies:   net lpc1768 crypto clock web fram log

lpc1768-this/restart-this.h

Committer:
andrewboyson
Date:
2021-01-14
Revision:
0:b843d647695c

File content as of revision 0:b843d647695c:

#include "restart.h"

extern const char* RestartThisGetZoneString(void);
#define RESTART_ZONE_NTP_CLIENT RESTART_ZONE_DERIVED + 0
#define RESTART_ZONE_VALUES     RESTART_ZONE_DERIVED + 1
#define RESTART_ZONE_ONE_WIRE   RESTART_ZONE_DERIVED + 2
#define RESTART_ZONE_DEVICE     RESTART_ZONE_DERIVED + 3
#define RESTART_ZONE_HEATING    RESTART_ZONE_DERIVED + 4