Skip to content

Commit a219533

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Once installed you can simple add lnetatmo to your python scripts by including:
2525
**New features** (see usage for details)
2626

2727
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)
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)
3030

31-
Presence : switch camera on or off with homeData.presenceStatus("on|off", camera="{name}")
31+
Presence : switch camera on or off with `homeData.presenceStatus("on|off", camera="{name}")`

0 commit comments

Comments
 (0)