ledfx
    Preparing search index...

    Interface GetScenesApiResponse

    Response for GET /api/scenes.

    interface GetScenesApiResponse {
        message?: string;
        scenes: Record<string, StoredSceneConfig>;
        status: "error" | "success";
    }
    Index

    Properties

    message?: string
    scenes: Record<string, StoredSceneConfig>
    status: "error" | "success"