Wesley Haws
Results
1
comments of
Wesley Haws
Thanks for this. I was able to get a quick work around by changing the events function to look like this: ``` def events(self, network, type='motion'): self._connect_if_needed() resp = requests.get(self._path('api/v2/videos/changed?since=2018-06-01T23:11:21+0000&page=1'),...