ledfx
    Preparing search index...

    Interface Scene

    Represents a single Scene with its effect configurations including ID and active state.

    interface Scene {
        active: boolean;
        config: StoredSceneConfig;
        id: string;
    }
    Index

    Properties

    Properties

    active: boolean
    id: string