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

This commit is contained in:
Azure CI 2020-10-01 07:56:26 +00:00
parent 9678d59bbe
commit d9f35a855d
2 changed files with 5 additions and 5 deletions

View File

@ -4119,7 +4119,7 @@
"{boolean} `keyModifiers.command` Trigger Command Key (Mac)" "{boolean} `keyModifiers.command` Trigger Command Key (Mac)"
], ],
"api": "requests", "api": "requests",
"name": "TriggerHotkeyByCombination", "name": "TriggerHotkeyBySequence",
"category": "general", "category": "general",
"since": "unreleased", "since": "unreleased",
"params": [ "params": [
@ -4157,7 +4157,7 @@
"names": [ "names": [
{ {
"name": "", "name": "",
"description": "TriggerHotkeyByCombination" "description": "TriggerHotkeyBySequence"
} }
], ],
"categories": [ "categories": [
@ -4174,7 +4174,7 @@
], ],
"heading": { "heading": {
"level": 2, "level": 2,
"text": "TriggerHotkeyByCombination" "text": "TriggerHotkeyBySequence"
}, },
"lead": "", "lead": "",
"type": "class", "type": "class",

View File

@ -137,7 +137,7 @@ You can also refer to any of the client libraries listed on the [README](README.
+ [GetVideoInfo](#getvideoinfo) + [GetVideoInfo](#getvideoinfo)
+ [OpenProjector](#openprojector) + [OpenProjector](#openprojector)
+ [TriggerHotkeyByName](#triggerhotkeybyname) + [TriggerHotkeyByName](#triggerhotkeybyname)
+ [TriggerHotkeyByCombination](#triggerhotkeybycombination) + [TriggerHotkeyBySequence](#triggerhotkeybysequence)
* [Media Control](#media-control) * [Media Control](#media-control)
+ [PlayPauseMedia](#playpausemedia) + [PlayPauseMedia](#playpausemedia)
+ [RestartMedia](#restartmedia) + [RestartMedia](#restartmedia)
@ -1677,7 +1677,7 @@ _No additional response items._
--- ---
### TriggerHotkeyByCombination ### TriggerHotkeyBySequence
- Unreleased - Unreleased