SceneRecall
Properties
Name | Type | Required | Description |
---|---|---|---|
action | SceneRecallAction | ❌ | When writing active, the actions in the scene are executed on the target. dynamic_palette starts dynamic scene with colors in the Palette object. |
duration | int | ❌ | Transition to the scene within the timeframe given by duration |
dimming | Dimming | ❌ |
SceneRecallAction
When writing active, the actions in the scene are executed on the target. dynamic_palette starts dynamic scene with colors in the Palette object.
Properties
Name | Type | Required | Description |
---|---|---|---|
ACTIVE | str | ✅ | "active" |
DYNAMIC_PALETTE | str | ✅ | "dynamic_palette" |
STATIC | str | ✅ | "static" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs