We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396a856 commit 6a7dde5Copy full SHA for 6a7dde5
1 file changed
occameracontrol/camera.py
@@ -76,8 +76,7 @@ def __str__(self) -> str:
76
77
def activate_camera(self, on=True):
78
"""Activate the camera or put it into standby mode.
79
- parameters:
80
- on: bool - True to activate the camera, False to deactivate it. default is True.
+ :param bool on: camera should be online or standby (default: True)
81
"""
82
if self.type == CameraType.panasonic:
83
url = f'{self.url}/cgi-bin/aw_ptz'
0 commit comments