From aed0234d47dd089357a18e717e978d0e0da783ce Mon Sep 17 00:00:00 2001 From: Travis CI <> Date: Mon, 20 May 2019 19:15:50 +0000 Subject: [PATCH] docs(travis): Update protocol.md - 07ebbe5 [skip ci] --- docs/generated/comments.json | 8 ++++---- docs/generated/protocol.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/generated/comments.json b/docs/generated/comments.json index 6789cdf2..d2c7baa4 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -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", @@ -1446,7 +1446,7 @@ "description": "Total frames recorded since the recording started." }, { - "type": "Stats", + "type": "OBSStats", "name": "stats", "description": "OBS Stats" } @@ -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", @@ -2291,7 +2291,7 @@ "description": "Scene item ID" }, { - "type": "SceneItemProperties", + "type": "SceneItemTransform", "name": "transform", "description": "Scene item transform properties" } diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index d5e803bd..3098761a 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -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 | --- @@ -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 | ---