SceneGet
Properties
Name | Type | Required | Description |
---|---|---|---|
Type_ | SceneGetType | ❌ | |
Id | string | ❌ | Unique identifier representing a specific resource instance |
IdV1 | string | ❌ | Clip v1 resource identifier |
Owner | ResourceIdentifier | ❌ | |
Actions | List<ActionGet> | ❌ | List of actions to be executed synchronously on recall |
Metadata | SceneMetadata | ❌ | |
Group | ResourceIdentifier | ❌ | |
Palette | ScenePalette | ❌ | Group of colors that describe the palette of colors to be used when playing dynamics |
Speed | double | ❌ | Speed of dynamic palette for this scene |
AutoDynamic | bool | ❌ | Indicates whether to automatically start the scene dynamically on active recall |
Status | SceneGetStatus | ❌ |
SceneGetType
Properties
Name | Type | Required | Description |
---|---|---|---|
Scene | string | ✅ | "scene" |
SceneGetStatus
Properties
Name | Type | Required | Description |
---|---|---|---|
Active_ | Active | ❌ |
Active
Properties
Name | Type | Required | Description |
---|---|---|---|
Inactive | string | ✅ | "inactive" |
Static_ | string | ✅ | "static" |
DynamicPalette | string | ✅ | "dynamic_palette" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs