Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Fixed merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tchellomello committed Oct 15, 2017
1 parent ee22b8a commit 0fa903a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyarlo/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ def triggers(self):
if triggers:
return triggers

return None

@property
def battery_level(self):
"""Get the camera battery level."""
Expand Down

0 comments on commit 0fa903a

Please sign in to comment.