mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(travis): Update protocol.md - 7251862 [skip ci]
This commit is contained in:
parent
7251862ecf
commit
41181f7260
@ -1485,7 +1485,7 @@
|
||||
"description": "Enable/disable sending of the Heartbeat event",
|
||||
"param": "{boolean} `enable` Starts/Stops emitting heartbeat messages",
|
||||
"api": "requests",
|
||||
"name": "HandleSetHeartbeat",
|
||||
"name": "SetHeartbeat",
|
||||
"category": "general",
|
||||
"params": [
|
||||
{
|
||||
@ -1497,7 +1497,7 @@
|
||||
"names": [
|
||||
{
|
||||
"name": "",
|
||||
"description": "HandleSetHeartbeat"
|
||||
"description": "SetHeartbeat"
|
||||
}
|
||||
],
|
||||
"categories": [
|
||||
@ -1508,7 +1508,7 @@
|
||||
],
|
||||
"heading": {
|
||||
"level": 2,
|
||||
"text": "HandleSetHeartbeat"
|
||||
"text": "SetHeartbeat"
|
||||
},
|
||||
"lead": "",
|
||||
"type": "class",
|
||||
|
@ -95,7 +95,7 @@ auth_response = base64_encode(auth_response_hash)
|
||||
+ [GetVersion](#getversion)
|
||||
+ [GetAuthRequired](#getauthrequired)
|
||||
+ [Authenticate](#authenticate)
|
||||
+ [HandleSetHeartbeat](#handlesetheartbeat)
|
||||
+ [SetHeartbeat](#setheartbeat)
|
||||
* [Scenes](#scenes-1)
|
||||
+ [SetCurrentScene](#setcurrentscene)
|
||||
+ [GetCurrentScene](#getcurrentscene)
|
||||
@ -718,7 +718,7 @@ _No additional response items._
|
||||
|
||||
---
|
||||
|
||||
### HandleSetHeartbeat
|
||||
### SetHeartbeat
|
||||
|
||||
- Added in v
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user