Smart Scene

API to manage smart scenes

List smart scenes

get

List all available smart scenes

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

Smart Scene Success Response

application/json
get
/clip/v2/resource/smart_scene

Create a new smart scene

post

Creates a new smart scene

Authorizations
hue-application-keystringRequired
Body
typestring · enumOptionalPossible values:
transition_durationintegerOptional

duration of the transition from on one timeslot's scene to the other (defaults to 60000ms)

Responses
chevron-right
200

Success

application/json
post
/clip/v2/resource/smart_scene

Get a smart scene

get

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

Authorizations
hue-application-keystringRequired
Path parameters
sceneIdstringRequired

ID of the smart scene.

Responses
chevron-right
200

Smart Scene Success Response

application/json
get
/clip/v2/resource/smart_scene/{sceneId}

Update a smart scene

put

Update a single smart scene from its given {sceneId}

Authorizations
hue-application-keystringRequired
Path parameters
sceneIdstringRequired

ID of the scene.

Body
typestring · enumOptionalPossible values:
transition_durationintegerOptional

duration of the transition from on one timeslot's scene to the other (defaults to 60000ms)

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/smart_scene/{sceneId}

Delete a smart scene

delete

Delete a single smart scene from its given {sceneId}

Authorizations
hue-application-keystringRequired
Path parameters
sceneIdstringRequired

ID of the smart scene.

Responses
chevron-right
200

Success

application/json
delete
/clip/v2/resource/smart_scene/{sceneId}

Last updated

Was this helpful?