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

This commit is contained in:
Travis CI
2017-08-24 18:28:28 +00:00
parent 09b04037a0
commit 44bd25646d
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
"{Array} `sources` List of sources in the new scene." "{Array} `sources` List of sources in the new scene."
], ],
"api": "events", "api": "events",
"name": "OnSceneChange", "name": "SwitchScenes",
"category": "scenes", "category": "scenes",
"returns": [ "returns": [
{ {
@ -26,7 +26,7 @@
"names": [ "names": [
{ {
"name": "", "name": "",
"description": "OnSceneChange" "description": "SwitchScenes"
} }
], ],
"categories": [ "categories": [
@ -37,7 +37,7 @@
], ],
"heading": { "heading": {
"level": 2, "level": 2,
"text": "OnSceneChange" "text": "SwitchScenes"
}, },
"lead": "", "lead": "",
"type": "class", "type": "class",

View File

@ -49,7 +49,7 @@ auth_response = base64_encode(auth_response_hash)
- [Events](#events) - [Events](#events)
* [Scenes](#scenes) * [Scenes](#scenes)
+ [OnSceneChange](#onscenechange) + [SwitchScenes](#switchscenes)
+ [ScenesChanged](#sceneschanged) + [ScenesChanged](#sceneschanged)
+ [SceneCollectionChanged](#scenecollectionchanged) + [SceneCollectionChanged](#scenecollectionchanged)
+ [SceneCollectionListChanged](#scenecollectionlistchanged) + [SceneCollectionListChanged](#scenecollectionlistchanged)
@ -173,7 +173,7 @@ Additional fields may be present in the event message depending on the event typ
## Scenes ## Scenes
### OnSceneChange ### SwitchScenes
Indicates a scene change. Indicates a scene change.