diff --git a/docs/README.md b/docs/README.md index 09c7090..982e05a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -670,7 +670,7 @@ mode: rainbow or rgb. ` def SetNightLightTimerOff(self, basestation, time=0, timediff=300) ` -` def SetNightLightTimerOn(self, basestation, time=1619657388, timediff=0) ` +` def SetNightLightTimerOn(self, basestation, time=1622658646, timediff=0) ` ` def SetOCProfile(self, firstName, lastName, country='United States', language='en', spam_me=0) ` @@ -701,7 +701,7 @@ watch the schema that gets sent. ` def SetSleepTimerOff(self, basestation, time=0, timediff=300) ` -` def SetSleepTimerOn(self, basestation, time=1619657388, timediff=0) ` +` def SetSleepTimerOn(self, basestation, time=1622658646, timediff=0) ` ` def SetTempAlertOff(self, basestation) ` diff --git a/docs/arlo.html b/docs/arlo.html index 9598f67..2643d6a 100644 --- a/docs/arlo.html +++ b/docs/arlo.html @@ -1201,7 +1201,7 @@
-def SetNightLightTimerOn(self, basestation, time=1619657388, timediff=0) +def SetNightLightTimerOn(self, basestation, time=1622658646, timediff=0)
@@ -1328,7 +1328,7 @@
-def SetSleepTimerOn(self, basestation, time=1619657388, timediff=0) +def SetSleepTimerOn(self, basestation, time=1622658646, timediff=0)
diff --git a/setup.py b/setup.py index 93b349a..ed7a986 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def readme(): setup( name='arlo', py_modules=['arlo', 'request', 'eventstream'], - version='1.2.47', + version='1.2.49', 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(),