{{_('Define the setpoint over a period of time based on specific times/dates.')}}
{{_("The new entry's start time may be equal to the last entry's end time, but it cannot overlap. The default setpoint for the PID will be used if there is any unaccounted time.")}}
{{form_add_method.time_start.label(class_='control-label')}}
{{form_add_method.time_start(class_='form-control', value=last_end_time)}}
{{form_add_method.time_end.label(class_='control-label')}}
{{form_add_method.time_end(class_='form-control')}}
{{form_add_method.setpoint_start.label(class_='control-label')}}
{{form_add_method.setpoint_start(class_='form-control', value=last_setpoint)}}
{{form_add_method.setpoint_end.label(class_='control-label')}}
{{form_add_method.setpoint_end(class_='form-control')}}