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

This commit is contained in:
Travis CI 2017-09-26 09:21:30 +00:00
parent 7251862ecf
commit 41181f7260
2 changed files with 5 additions and 5 deletions

View File

@ -1485,7 +1485,7 @@
"description": "Enable/disable sending of the Heartbeat event", "description": "Enable/disable sending of the Heartbeat event",
"param": "{boolean} `enable` Starts/Stops emitting heartbeat messages", "param": "{boolean} `enable` Starts/Stops emitting heartbeat messages",
"api": "requests", "api": "requests",
"name": "HandleSetHeartbeat", "name": "SetHeartbeat",
"category": "general", "category": "general",
"params": [ "params": [
{ {
@ -1497,7 +1497,7 @@
"names": [ "names": [
{ {
"name": "", "name": "",
"description": "HandleSetHeartbeat" "description": "SetHeartbeat"
} }
], ],
"categories": [ "categories": [
@ -1508,7 +1508,7 @@
], ],
"heading": { "heading": {
"level": 2, "level": 2,
"text": "HandleSetHeartbeat" "text": "SetHeartbeat"
}, },
"lead": "", "lead": "",
"type": "class", "type": "class",

View File

@ -95,7 +95,7 @@ auth_response = base64_encode(auth_response_hash)
+ [GetVersion](#getversion) + [GetVersion](#getversion)
+ [GetAuthRequired](#getauthrequired) + [GetAuthRequired](#getauthrequired)
+ [Authenticate](#authenticate) + [Authenticate](#authenticate)
+ [HandleSetHeartbeat](#handlesetheartbeat) + [SetHeartbeat](#setheartbeat)
* [Scenes](#scenes-1) * [Scenes](#scenes-1)
+ [SetCurrentScene](#setcurrentscene) + [SetCurrentScene](#setcurrentscene)
+ [GetCurrentScene](#getcurrentscene) + [GetCurrentScene](#getcurrentscene)
@ -718,7 +718,7 @@ _No additional response items._
--- ---
### HandleSetHeartbeat ### SetHeartbeat
- Added in v - Added in v