Monitor motorhome leisure battery and provide simple control of habitation

Dependencies:   net lpc1768 crypto clock web fram log

Committer:
andrewboyson
Date:
Thu Jan 14 16:05:55 2021 +0000
Revision:
0:b843d647695c
Creation (mostly a copy of heating at the moment)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 0:b843d647695c 1 #include "restart.h"
andrewboyson 0:b843d647695c 2
andrewboyson 0:b843d647695c 3 extern const char* RestartThisGetZoneString(void);
andrewboyson 0:b843d647695c 4 #define RESTART_ZONE_NTP_CLIENT RESTART_ZONE_DERIVED + 0
andrewboyson 0:b843d647695c 5 #define RESTART_ZONE_VALUES RESTART_ZONE_DERIVED + 1
andrewboyson 0:b843d647695c 6 #define RESTART_ZONE_ONE_WIRE RESTART_ZONE_DERIVED + 2
andrewboyson 0:b843d647695c 7 #define RESTART_ZONE_DEVICE RESTART_ZONE_DERIVED + 3
andrewboyson 0:b843d647695c 8 #define RESTART_ZONE_HEATING RESTART_ZONE_DERIVED + 4