Skip to content

Commit

Permalink
docs(travis): Update protocol.md - 07ebbe5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed May 20, 2019
1 parent 07ebbe5 commit aed0234
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/generated/comments.json
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@
"{int (optional)} `total-record-time` Total time (in seconds) since recording started.",
"{int (optional)} `total-record-bytes` Total bytes recorded since the recording started.",
"{int (optional)} `total-record-frames` Total frames recorded since the recording started.",
"{Stats} `stats` OBS Stats"
"{OBSStats} `stats` OBS Stats"
],
"api": "events",
"name": "Heartbeat",
Expand Down Expand Up @@ -1446,7 +1446,7 @@
"description": "Total frames recorded since the recording started."
},
{
"type": "Stats",
"type": "OBSStats",
"name": "stats",
"description": "OBS Stats"
}
Expand Down Expand Up @@ -2268,7 +2268,7 @@
"{String} `scene-name` Name of the scene.",
"{String} `item-name` Name of the item in the scene.",
"{int} `item-id` Scene item ID",
"{SceneItemProperties} `transform` Scene item transform properties"
"{SceneItemTransform} `transform` Scene item transform properties"
],
"api": "events",
"name": "SceneItemTransformChanged",
Expand All @@ -2291,7 +2291,7 @@
"description": "Scene item ID"
},
{
"type": "SceneItemProperties",
"type": "SceneItemTransform",
"name": "transform",
"description": "Scene item transform properties"
}
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ Emitted every 2 seconds after enabling it by calling SetHeartbeat.
| `total-record-time` | _int (optional)_ | Total time (in seconds) since recording started. |
| `total-record-bytes` | _int (optional)_ | Total bytes recorded since the recording started. |
| `total-record-frames` | _int (optional)_ | Total frames recorded since the recording started. |
| `stats` | _Stats_ | OBS Stats |
| `stats` | _OBSStats_ | OBS Stats |


---
Expand Down Expand Up @@ -948,7 +948,7 @@ An item's transform has been changed.
| `scene-name` | _String_ | Name of the scene. |
| `item-name` | _String_ | Name of the item in the scene. |
| `item-id` | _int_ | Scene item ID |
| `transform` | _SceneItemProperties_ | Scene item transform properties |
| `transform` | _SceneItemTransform_ | Scene item transform properties |


---
Expand Down

0 comments on commit aed0234

Please sign in to comment.