MisterWil / abodepy

A thin Python wrapper for the Abode alarm API
MIT License
50 stars 17 forks source link

Fix for camera privacy mode #72

Closed shred86 closed 4 years ago

shred86 commented 4 years ago

privacy_mode(true) should pass the string 1 and privacy_mode(false) should pass the string 0. I had it backwards but this PR fixes it.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 83.939% when pulling e6274642c3356830cf8f9b11be4471011d29b08b on shred86:camera-control-fix into eb9fbbb4b7305e2186595bd764e8a9dfa9eba606 on MisterWil:master.