const SIMULATION_CONFIG: &'static str = r#"[[overrun_during.slots]]
slot = { type = "Utc", start="04:00:00", end="15:00:05" }
sensor = "TKBT"
temp = 50.0
min_temp = 30.0

[[boost_active_rooms.parts]]
room = "JohnsRoom"
device = "JohnsPhone"
increase = 3.0
"#;