void INFO(const char *format, …)
Print in INFO format
format - string and parameters
void ERROR(const char *format, …)
Print in ERROR format
format - string and parameters
void DEBUG(const char *format, …)
Print in DEBUG format
format - string and parameters
void DONE(const char *str)
Print in DONE format
str - Message to print
void timeString(char format)
Print time and date
format - FULL_TIME => yyyy-mm-dd / hh:mm:ss, TODAY_TIME => hh:mm:ss
void changeColor(int bold, int color)
Change text color
bold - (0 or 1-bold)
color ----------------------
LIGHT_GREY--------30
LIGHT_RED----------31
GREEN---------------32
YELLOW-------------33
BLUE-----------------34
LIGHT_PURPLE-----35
LIGHT_BLUE--------36
void changeColorDefault()
Change to default color
void printMap()
Print map that deployed things
void thingDetail()
Print the detailed state of things