You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,11 @@ Depending on your permissions you might be required to use sudo.
21
21
Once installed you can simple add lnetatmo to your python scripts by including:
22
22
23
23
import lnetatmo
24
+
25
+
**New features** (see usage for details)
26
+
27
+
cameras (Welcome and Presence) :
28
+
- get live jpeg snapshot with homeData.getLiveSnapshot(camera="{name}")
29
+
- get best access url (local if possible else vpn) with homeData.url(camera="{name}") and it works despite the is_local property of the camera being mostly false (the camera IP is catched only on camera start and never updated even if the home IP change)
30
+
31
+
Presence : switch camera on or off with homeData.presenceStatus("on|off", camera="{name}")
0 commit comments