|
@ -50,7 +50,6 @@ pub struct ControllerSettings { |
|
|
pub temperature_set_point_lower: f32, |
|
|
pub temperature_set_point_lower: f32, |
|
|
pub temperature_loop_mins: u64, |
|
|
pub temperature_loop_mins: u64, |
|
|
pub sunlight_hours: u64, |
|
|
pub sunlight_hours: u64, |
|
|
pub soil_loop_hours: u64, |
|
|
|
|
|
pub watering_frequency_hours: u64, |
|
|
pub watering_frequency_hours: u64, |
|
|
pub watering_amount_grams: u64, |
|
|
pub watering_amount_grams: u64, |
|
|
} |
|
|
} |
|
@ -116,7 +115,6 @@ impl Default for Configuration { |
|
|
temperature_set_point_upper: 35., |
|
|
temperature_set_point_upper: 35., |
|
|
temperature_set_point_lower: 28., |
|
|
temperature_set_point_lower: 28., |
|
|
temperature_loop_mins: 60, |
|
|
temperature_loop_mins: 60, |
|
|
soil_loop_hours: 12, |
|
|
|
|
|
sunlight_hours: 24, |
|
|
sunlight_hours: 24, |
|
|
watering_frequency_hours: 30, |
|
|
watering_frequency_hours: 30, |
|
|
watering_amount_grams: 200, |
|
|
watering_amount_grams: 200, |
|
|