getSceneList
Use the interface to get the scene list.
Request Mode
POST/GET http://ip/V1.0/scene/getSceneList
Request Data
NULL
Response Body
{
"sceneList": [
{
"name": "PICTURE",
"uuid": "17170511950740"
},
{
"name": "HDMI 1",
"uuid": "17170511950741"
},
{
"name": "HDMI 2",
"uuid": "17170511950742"
},
{
"name": "Camera #1",
"uuid": "17170511950754"
},
{
"name": "HDMI 1",
"uuid": "1717059172941"
},
{
"name": "Camera #1",
"uuid": "1717051945689"
},
{
"name": "HDMI 1",
"uuid": "1717059182814"
},
{
"name": "Hamedal C10",
"uuid": "1718156142532"
}
],
"totalCount": 8,
"message": "SUCCESS",
"status": 0
}
Parameter | Type | Description |
---|---|---|
status | Int | Service status code 0: Success |
message | String | Service status description |
totalCount | Int | Total number of scenes |
sceneList | Array of SceneInfo | The array of scene information |
SceneInfo
Parameter | Type | Description |
---|---|---|
uuid | String | The unique scene ID |
name | String | The name of scene |