Skip to content

Commit

Permalink
removed an old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Matthis committed Dec 12, 2024
1 parent 2816e91 commit 160464f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion occameracontrol/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def set_power(self, turn_on=True):
if self.type == CameraType.panasonic:
url = f'{self.url}/cgi-bin/aw_ptz'
# If the camera is in Standby, turn it on
# (Does this make sense here?)
command = '#On' if not turn_on else '#Of'
params = {'cmd': command, 'res': 1}
auth = (self.user, self.password) \
Expand Down

0 comments on commit 160464f

Please sign in to comment.