Scene

Scenes are used to store and recall settings for a group of lights.

List scenes

get

List all available scenes

Authorizations
hue-application-keystringRequired
Responses
200

Scene Success Response

application/json
Responseall of
get
/clip/v2/resource/scene

Create a new scene

post

Creates a new scene

Authorizations
hue-application-keystringRequired
Body
typestring · enumOptionalPossible values:
speednumber · max: 1Optional

Speed of dynamic palette for this scene

auto_dynamicbooleanOptional

Indicates whether to automatically start the scene dynamically on active recall

Responses
200

Success

application/json
Responseall of
post
/clip/v2/resource/scene

Get a scene

get

Get details of a single scene from its given {sceneId}

Authorizations
hue-application-keystringRequired
Path parameters
sceneIdstringRequired

ID of the scene.

Responses
200

Scene Success Response

application/json
Responseall of
get
/clip/v2/resource/scene/{sceneId}

Update a scene

put

Update a single scene from its given {sceneId}

Authorizations
hue-application-keystringRequired
Path parameters
sceneIdstringRequired

ID of the scene.

Body
typestring · enumOptionalPossible values:
speednumber · max: 1Optional

Speed of dynamic palette for this scene

auto_dynamicbooleanOptional

Indicates whether to automatically start the scene dynamically on active recall

Responses
200

Success

application/json
Responseall of
put
/clip/v2/resource/scene/{sceneId}

Delete a scene

delete

Delete a single scene from its given {sceneId}

Authorizations
hue-application-keystringRequired
Path parameters
sceneIdstringRequired

ID of the scene.

Responses
200

Success

application/json
Responseall of
delete
/clip/v2/resource/scene/{sceneId}

Last updated

Was this helpful?