Skip to content

Commit

Permalink
chore: merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Payne committed Jul 25, 2023
1 parent fd13455 commit 62cb38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QscQsysDspPlugin/QscDspCamera.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public void LinkToApi(BasicTriList trilist, uint joinStart, string joinMapKey, E

public void PositionHome()
{
throw new NotImplementedException();
MoveCamera(eCameraPtzControls.Home);
}

#endregion
Expand Down

0 comments on commit 62cb38f

Please sign in to comment.