OnOffInterface: {
    components: [{
        flags: {};
        methods: OnOffInterface.Base;
    }, {
        flags: {
            lighting: true;
        };
        methods: OnOffInterface.Lighting;
    }, {
        flags: {
            offOnly: false;
        };
        methods: OnOffInterface.NotOffOnly;
    }];
}