1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2025-07-05 01:42:40 +01:00

Camera: Bugfix: online -> is_online

This commit is contained in:
Jacob McSwain
2019-11-04 09:15:28 -06:00
parent de8dfa1490
commit 933b7a017b

@ -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):