From 24bff17bd765417dc82d2967dc2b1ca7e4b4176d Mon Sep 17 00:00:00 2001 From: Robert Ying Date: Thu, 22 Jun 2023 21:53:06 -0700 Subject: [PATCH] Update device.py Typo --- custom_components/onvif_ptz/device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/onvif_ptz/device.py b/custom_components/onvif_ptz/device.py index 644fb0f..217324e 100644 --- a/custom_components/onvif_ptz/device.py +++ b/custom_components/onvif_ptz/device.py @@ -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)