Skip to content

Commit

Permalink
feat: add calibrate service for supported cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
fuatakgun authored Oct 16, 2023
1 parent c180e0a commit d66710f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/eufy_security/eufy_security_api/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class ProductCommand(Enum):
ptz_left = CommandDescription("PTZ Left", "pan_and_tilt")
ptz_right = CommandDescription("PTZ Right", "pan_and_tilt")
ptz_360 = CommandDescription("PTZ 360", "pan_and_tilt")
calibrate = CommandDescription("Calibrate", "calibrate")
trigger_alarm = CommandDescription("Trigger Alarm")
reset_alarm = CommandDescription("Reset Alarm")
verify_pin = CommandDescription("Verify Pin", "verify_p_i_n")
Expand Down

0 comments on commit d66710f

Please sign in to comment.