BooleanStateConfigurationInterface: {
    components: [{
        flags: {
            visual: true;
        };
        methods: BooleanStateConfigurationInterface.VisualOrAudible;
    }, {
        flags: {
            audible: true;
        };
        methods: BooleanStateConfigurationInterface.VisualOrAudible;
    }, {
        flags: {
            alarmSuppress: true;
        };
        methods: BooleanStateConfigurationInterface.AlarmSuppress;
    }];
}