Skip to content

Commit

Permalink
Make minor documentation improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond LeClair committed Mar 12, 2024
1 parent b8f1ad6 commit 5c8d71a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions axis-ptz-controller/axis_ptz_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
AxisPtzController, and executes its main() method when run as a
module.
"""

import ast
from datetime import datetime
import json
Expand Down Expand Up @@ -143,7 +142,7 @@ def __init__(
zoom: int
Camera zoom level [0-9999]
focus: int
Camera focus [0-100%]
Camera focus level [0-100%]
focus_slope: float
Focus slope from measurement [%/m]
focus_intercept: float
Expand Down

0 comments on commit 5c8d71a

Please sign in to comment.