ledfx
Preparing search index...
GetScenesApiResponse
Interface GetScenesApiResponse
Response for GET /api/scenes.
interface
GetScenesApiResponse
{
message
?:
string
;
scenes
:
Record
<
string
,
StoredSceneConfig
>
;
status
:
"error"
|
"success"
;
}
Index
Properties
message?
scenes
status
Properties
Optional
message
message
?:
string
scenes
scenes
:
Record
<
string
,
StoredSceneConfig
>
status
status
:
"error"
|
"success"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
scenes
status
ledfx
Loading...
Response for GET /api/scenes.