<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE smart_home_configuration SYSTEM "smart-home-config.dtd">
<smart_home_configuration>
    <room_cnt>10</room_cnt>
    <occupant_cnt>3</occupant_cnt>
    <hvac_mode>HEATING</hvac_mode>
    <temperature>
        <set_point>75.0</set_point>
        <tolerance>2.5</tolerance>
    </temperature>
    <energy_savings>
        <start>24:00</start>
        <stop>08:00</stop>
        <temperature>
            <set_point>72.0</set_point>
            <tolerance>3.0</tolerance>
        </temperature>
    </energy_savings>
</smart_home_configuration>
