Skip to content

Commit

Permalink
add custom_string to run_action for restart #1287
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Aug 16, 2024
1 parent 7d43a63 commit 81c14d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/wyzecam/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def run_action(auth_info: WyzeCredential, camera: WyzeCamera, action: str):
action_key=action,
instance_id=camera.mac,
provider_key=camera.product_model,
custom_string="",
)
resp = post(f"{WYZE_API}/v2/auto/run_action", json=payload, headers=_headers())

Expand Down

0 comments on commit 81c14d0

Please sign in to comment.