mirror of
https://github.com/USA-RedDragon/badnest.git
synced 2025-01-18 18:30:43 +00:00
Merge pull request #39 from USA-RedDragon/is_online-regression
Camera: Bugfix: online -> is_online
This commit is contained in:
commit
e55159b465
@ -65,7 +65,7 @@ class NestCamera(Camera):
|
||||
@property
|
||||
def is_on(self):
|
||||
"""Return true if on."""
|
||||
return self._device.device_data[self._uuid]['online']
|
||||
return self._device.device_data[self._uuid]['is_online']
|
||||
|
||||
@property
|
||||
def is_recording(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user