Skip to content

Commit

Permalink
Fix brokeness in CustomMode
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreydwalter committed Jan 4, 2022
1 parent 50d14cf commit 92a81a7
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 @@ -685,7 +685,7 @@ mode: rainbow or rgb.

` def SetNightLightTimerOff(self, basestation, time=0, timediff=300) `

` def SetNightLightTimerOn(self, basestation, time=1638153760, timediff=0) `
` def SetNightLightTimerOn(self, basestation, time=1641266246, timediff=0) `

` def SetOCProfile(self, firstName, lastName, country='United States',
language='en', spam_me=0) `
Expand Down Expand Up @@ -716,7 +716,7 @@ watch the schema that gets sent.

` def SetSleepTimerOff(self, basestation, time=0, timediff=300) `

` def SetSleepTimerOn(self, basestation, time=1638153760, timediff=0) `
` def SetSleepTimerOn(self, basestation, time=1641266246, 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 @@ -1235,7 +1235,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=1638153760, timediff=0)</span>
<span>def <span class="ident">SetNightLightTimerOn</span></span>(<span>self, basestation, time=1641266246, timediff=0)</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down Expand Up @@ -1362,7 +1362,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=1638153760, timediff=0)</span>
<span>def <span class="ident">SetSleepTimerOn</span></span>(<span>self, basestation, time=1641266246, 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.57',
version='1.2.58',
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 92a81a7

Please sign in to comment.