blinkpy-0.16.0-rc2
Pre-release
Pre-release
Breaking Change:
The BlinkCamera.set_motion_detect()
method is deprecated and being replaced with BlinkCamera.arm
. Usage is as follows:
To arm/disarm a BlinkCamera
object named camera
, just set the arm
property to either True
or False
like so:
camera.arm = True
Calling the same property will return the last updated camera status (perform a refresh at the sync module or blink level to update the status after setting).