POST https://clara.io/api/scenes
{
"name":{
"type": "String",
"description": "The Scene Name"
}
}
curl "https://clara.io/api/scenes" \
-u username:c3be3060-fe81-467b-aa62-0ee42eea9c8b \
-X POST \
-d name="My Scene"
When using the Clara Node SDK:
$ clara scenes:create [options]