You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling or disabling motion detection on a Foscam FI9800P correctly turns it on/off but also causes an exception to be raised.
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/camera/foscam.py", line 87, in disable_motion_detection
ret, err = self._foscam_session.disable_motion_detection()
TypeError: 'int' object is not iterable
Enabling or disabling motion detection on a Foscam FI9800P correctly turns it on/off but also causes an exception to be raised.
foscam-python-lib/foscam/foscam.py
Line 622 in bcfb5f7
The text was updated successfully, but these errors were encountered: