ThermostatInterface: {
    components: [{
        flags: {};
        methods: ThermostatInterface.Base;
    }, {
        flags: {
            scheduleConfiguration: true;
        };
        methods: ThermostatInterface.ScheduleConfiguration;
    }];
}