docs(ci): Update protocol.md - cfa8d8d [skip ci]

This commit is contained in:
Azure CI 2020-04-10 16:27:48 +00:00
parent cfa8d8d180
commit a833822eae

View File

@ -5357,7 +5357,7 @@
"description": "Get a list of scenes in the currently active profile.", "description": "Get a list of scenes in the currently active profile.",
"return": [ "return": [
"{String} `current-scene` Name of the currently active scene.", "{String} `current-scene` Name of the currently active scene.",
"{Array<Scene>} `scenes` Ordered list of the current profile's scenes (See `[GetCurrentScene](#getcurrentscene)` for more information)." "{Array<Scene>} `scenes` Ordered list of the current profile's scenes (See [GetCurrentScene](#getcurrentscene) for more information)."
], ],
"api": "requests", "api": "requests",
"name": "GetSceneList", "name": "GetSceneList",
@ -5372,7 +5372,7 @@
{ {
"type": "Array<Scene>", "type": "Array<Scene>",
"name": "scenes", "name": "scenes",
"description": "Ordered list of the current profile's scenes (See `[GetCurrentScene](#getcurrentscene)` for more information)." "description": "Ordered list of the current profile's scenes (See [GetCurrentScene](#getcurrentscene) for more information)."
} }
], ],
"names": [ "names": [