Skip to content

Commit 932ac4d

Browse files
authored
Update README.md
1 parent fb47587 commit 932ac4d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ Depending on your permissions you might be required to use sudo.
2121
Once installed you can simple add lnetatmo to your python scripts by including:
2222

2323
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

Comments
 (0)