Skip to content

Commit

Permalink
Make new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreydwalter committed Nov 16, 2022
1 parent e1d62c9 commit 303ef6c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
29 changes: 15 additions & 14 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,18 +379,19 @@ video in Amazon AWS. presignedThumbnailUrl is a link to the thumbnail .jpg of
the actual video in Amazon AWS.

[ { "mediaDurationSecond": 30, "contentType": "video/mp4", "name":
"XXXXXXXXXXXXX", "presignedContentUrl": "https://arlos3-prod-z2.s3.amazonaws.c
om/XXXXXXX_XXXX_XXXX_XXXX_XXXXXXXXXXXXX/XXX-XXXXXXX/XXXXXXXXXXXXX/recordings/X
XXXXXXXXXXXX.mp4?AWSAccessKeyId=XXXXXXXXXXXXXXXXXXXX&Expires=1472968703&Signat
ure=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "lastModified": 1472881430181,
"localCreatedDate": XXXXXXXXXXXXX, "presignedThumbnailUrl": "https://arlos3-pr
od-z2.s3.amazonaws.com/XXXXXXX_XXXX_XXXX_XXXX_XXXXXXXXXXXXX/XXX-XXXXXXX/XXXXXX
XXXXXXX/recordings/XXXXXXXXXXXXX_thumb.jpg?AWSAccessKeyId=XXXXXXXXXXXXXXXXXXXX
&Expires=1472968703&Signature=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"reason": "motionRecord", "deviceId": "XXXXXXXXXXXXX", "createdBy":
"XXXXXXXXXXXXX", "createdDate": "20160903", "timeZone": "America/Chicago",
"ownerId": "XXX-XXXXXXX", "utcCreatedDate": XXXXXXXXXXXXX, "currentState":
"new", "mediaDuration": "00:00:30" } ]
"XXXXXXXXXXXXX", "presignedContentUrl": "https://arlos3-prod-
z2.s3.amazonaws.com/XXXXXXX_XXXX_XXXX_XXXX_XXXXXXXXXXXXX/XXX-XXXXXXX/XXXXXXXXX
XXXX/recordings/XXXXXXXXXXXXX.mp4?AWSAccessKeyId=XXXXXXXXXXXXXXXXXXXX&Expires=
1472968703&Signature=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "lastModified":
1472881430181, "localCreatedDate": XXXXXXXXXXXXX, "presignedThumbnailUrl": "ht
tps://arlos3-prod-
z2.s3.amazonaws.com/XXXXXXX_XXXX_XXXX_XXXX_XXXXXXXXXXXXX/XXX-XXXXXXX/XXXXXXXXX
XXXX/recordings/XXXXXXXXXXXXX_thumb.jpg?AWSAccessKeyId=XXXXXXXXXXXXXXXXXXXX&Ex
pires=1472968703&Signature=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "reason":
"motionRecord", "deviceId": "XXXXXXXXXXXXX", "createdBy": "XXXXXXXXXXXXX",
"createdDate": "20160903", "timeZone": "America/Chicago", "ownerId": "XXX-
XXXXXXX", "utcCreatedDate": XXXXXXXXXXXXX, "currentState": "new",
"mediaDuration": "00:00:30" } ]

` def GetLibraryMetaData(self, from_date, to_date) `

Expand Down Expand Up @@ -685,7 +686,7 @@ mode: rainbow or rgb.

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

` def SetNightLightTimerOn(self, basestation, time=1645391682, timediff=0) `
` def SetNightLightTimerOn(self, basestation, time=1668638688, timediff=0) `

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

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

` def SetSleepTimerOn(self, basestation, time=1645391682, timediff=0) `
` def SetSleepTimerOn(self, basestation, time=1668638688, 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=1645391682, timediff=0)</span>
<span>def <span class="ident">SetNightLightTimerOn</span></span>(<span>self, basestation, time=1668638688, 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=1645391682, timediff=0)</span>
<span>def <span class="ident">SetSleepTimerOn</span></span>(<span>self, basestation, time=1668638688, 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.59',
version='1.2.61',
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 303ef6c

Please sign in to comment.