Skip to content

Commit

Permalink
Make release that fixes requests library issue in Python 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalter1-quest committed Jun 2, 2021
1 parent cf9cb44 commit 2d8a81f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) `
Expand Down Expand Up @@ -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) `

Expand Down
4 changes: 2 additions & 2 deletions docs/arlo.html
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ <h6 id="_4"></h6>
<div class="desc"></div>
</dd>
<dt id="arlo.Arlo.SetNightLightTimerOn"><code class="name flex">
<span>def <span class="ident">SetNightLightTimerOn</span></span>(<span>self, basestation, time=1619657388, timediff=0)</span>
<span>def <span class="ident">SetNightLightTimerOn</span></span>(<span>self, basestation, time=1622658646, timediff=0)</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down Expand Up @@ -1328,7 +1328,7 @@ <h6 id="_4"></h6>
<div class="desc"></div>
</dd>
<dt id="arlo.Arlo.SetSleepTimerOn"><code class="name flex">
<span>def <span class="ident">SetSleepTimerOn</span></span>(<span>self, basestation, time=1619657388, timediff=0)</span>
<span>def <span class="ident">SetSleepTimerOn</span></span>(<span>self, basestation, time=1622658646, timediff=0)</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 2d8a81f

Please sign in to comment.