From 578d12d2c506c80dff0a509197f8dca3ebf84a0b Mon Sep 17 00:00:00 2001 From: Mark Cotton Date: Thu, 7 Sep 2023 08:03:41 -0500 Subject: [PATCH] whitespace cleanup --- src/EagleEyev3/__init__.py | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/EagleEyev3/__init__.py b/src/EagleEyev3/__init__.py index f0eb2d1..d7f6f7c 100644 --- a/src/EagleEyev3/__init__.py +++ b/src/EagleEyev3/__init__.py @@ -874,8 +874,7 @@ class Camera(Device): 'status': [], 'motion': [] } - - + def get_list_of_events(self, start_timestamp=None, end_timestamp=None): """ Obtains the list of events. @@ -948,7 +947,6 @@ class Camera(Device): "data": response_json } - def get_live_preview(self): url = f"https://{self.user_base_url}/api/v3.0/media/liveImage.jpeg?deviceId={self.id}&type=preview" @@ -972,16 +970,6 @@ class Camera(Device): return response - - - - - - - - - - def get_list_of_videos(self, start_timestamp=None, end_timestamp=None, stream_type='main', media_type='video', coalesce='true', include=['mp4Url']): """ Obtains the list of videos. @@ -1065,3 +1053,16 @@ class Camera(Device): "data": self.videos } + + + + + + + + + + + + +