Skip to content

Commit

Permalink
Update device.py
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
rbtying authored Jun 23, 2023
1 parent 68cf5c1 commit 24bff17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/onvif_ptz/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ async def async_perform_ptz_continuous(
profile: Profile,
velocity,
):
"""Perform a AbsoluteMove PTZ action on the camera."""
"""Perform a ContinuousMove PTZ action on the camera."""
ptz_service = await self.device.create_ptz_service()

LOGGER.debug("Calling ContinousMove PTZ: velocity: %s", velocity)
Expand Down

0 comments on commit 24bff17

Please sign in to comment.