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)"
],
"api": "requests",
"name": "TriggerHotkeyByCombination",
"name": "TriggerHotkeyBySequence",
"category": "general",
"since": "unreleased",
"params": [
@ -4157,7 +4157,7 @@
"names": [
{
"name": "",
"description": "TriggerHotkeyByCombination"
"description": "TriggerHotkeyBySequence"
}
],
"categories": [
@ -4174,7 +4174,7 @@
],
"heading": {
"level": 2,
"text": "TriggerHotkeyByCombination"
"text": "TriggerHotkeyBySequence"
},
"lead": "",
"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)
+ [OpenProjector](#openprojector)
+ [TriggerHotkeyByName](#triggerhotkeybyname)
+ [TriggerHotkeyByCombination](#triggerhotkeybycombination)
+ [TriggerHotkeyBySequence](#triggerhotkeybysequence)
* [Media Control](#media-control)
+ [PlayPauseMedia](#playpausemedia)
+ [RestartMedia](#restartmedia)
@ -1677,7 +1677,7 @@ _No additional response items._
---
### TriggerHotkeyByCombination
### TriggerHotkeyBySequence
- Unreleased