From edbd17fb8ab60b1d5d36354c52f4ddb0966a9514 Mon Sep 17 00:00:00 2001 From: Jeffrey Walter Date: Sun, 28 Nov 2021 20:37:40 -0600 Subject: [PATCH] Fix mfa primary email support --- docs/README.md | 4 ++-- docs/arlo.html | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index d7f5014..bc4e7f2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -685,7 +685,7 @@ mode: rainbow or rgb. ` def SetNightLightTimerOff(self, basestation, time=0, timediff=300) ` -` def SetNightLightTimerOn(self, basestation, time=1638153632, timediff=0) ` +` def SetNightLightTimerOn(self, basestation, time=1638153760, timediff=0) ` ` def SetOCProfile(self, firstName, lastName, country='United States', language='en', spam_me=0) ` @@ -716,7 +716,7 @@ watch the schema that gets sent. ` def SetSleepTimerOff(self, basestation, time=0, timediff=300) ` -` def SetSleepTimerOn(self, basestation, time=1638153632, timediff=0) ` +` def SetSleepTimerOn(self, basestation, time=1638153760, timediff=0) ` ` def SetTempAlertOff(self, basestation) ` diff --git a/docs/arlo.html b/docs/arlo.html index 3ee47ea..90f2714 100644 --- a/docs/arlo.html +++ b/docs/arlo.html @@ -1235,7 +1235,7 @@
-def SetNightLightTimerOn(self, basestation, time=1638153632, timediff=0) +def SetNightLightTimerOn(self, basestation, time=1638153760, timediff=0)
@@ -1362,7 +1362,7 @@
-def SetSleepTimerOn(self, basestation, time=1638153632, timediff=0) +def SetSleepTimerOn(self, basestation, time=1638153760, timediff=0)
diff --git a/setup.py b/setup.py index 627172e..38e3baf 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def readme(): setup( name='arlo', py_modules=['arlo', 'request', 'eventstream'], - version='1.2.56', + version='1.2.57', description='Python Arlo is a library written in Python 2.7/3x ' + 'which exposes the Netgear Arlo cameras via the apis that are consumed by their website.', long_description=readme(),