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."
],
"api": "events",
"name": "OnSceneChange",
"name": "SwitchScenes",
"category": "scenes",
"returns": [
{
@ -26,7 +26,7 @@
"names": [
{
"name": "",
"description": "OnSceneChange"
"description": "SwitchScenes"
}
],
"categories": [
@ -37,7 +37,7 @@
],
"heading": {
"level": 2,
"text": "OnSceneChange"
"text": "SwitchScenes"
},
"lead": "",
"type": "class",

View File

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