#
# The definition of day phase
# Format:
# length length of the phase in seconds
# time_msg msg sent to outdoors user at phase starts
# desc_msg desc looked during the period before next phase
# event_fun the function is called in NATURE_D at the phase starts
#
# Phase starts at 0:00 every day
#
# Note the length of a phase is in minutes of a day.
#
# The two lines defines the data format in 2 lines as
#
# field1:field2:field3....
# format1:format2:format3....
#
length:time_msg:desc_msg:event_fun
%d:%s:%s:%s
# The following lines are data, each non-blank line will fill in each field
# in each record sequently.