Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception enabling/disabling motion detection on Foscam FI9800P #22

Open
i-am-shodan opened this issue Sep 18, 2017 · 0 comments
Open

Comments

@i-am-shodan
Copy link

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

def enable_motion_detection(self):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant