Activate Scene (by name - HTTP POST)

POST /activateScenePost

Activates a scene using the scene name.

Content-type: application/json

Data/Body

{ "password": "somepassword", "sceneName": "Movie", "activate": 1 }

Json Parameters

  • password - The server password
  • sceneName - The name of the scene to activate.
  • activate - Send a value of 1 to activate the scene. All other values will be ignored.

Example Response:

No response