1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2025-01-18 19:20:44 +00:00

Update api.py

This commit is contained in:
mastermc0 2020-04-16 21:56:01 +01:00 committed by GitHub
parent 2270f2e9f4
commit d66560e8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ class NestAPI():
'Referer': 'https://home.nest.com/',
'cookie': f"cztoken={self._access_token}"
}
r = self._session.get(url=f"{CAMERA_WEBAPI_BASE}/api/cameras.get_with_properties?uuid={camera}"
r = self._session.get(url=f"{CAMERA_WEBAPI_BASE}/api/cameras.get_with_properties?uuid="+camera
, headers=headers)
sensor_data = r.json()["items"][0]
self.device_data[camera]['name'] = \