mirror of
https://github.com/USA-RedDragon/badnest.git
synced 2025-01-18 19:40:42 +00:00
Camera: Bugfix: online -> is_online
This commit is contained in:
parent
de8dfa1490
commit
933b7a017b
@ -65,7 +65,7 @@ class NestCamera(Camera):
|
|||||||
@property
|
@property
|
||||||
def is_on(self):
|
def is_on(self):
|
||||||
"""Return true if on."""
|
"""Return true if on."""
|
||||||
return self._device.device_data[self._uuid]['online']
|
return self._device.device_data[self._uuid]['is_online']
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def is_recording(self):
|
def is_recording(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user