Skip to content

Commit

Permalink
Fix night vision toggling for older devices (owl)
Browse files Browse the repository at this point in the history
Fixes: #755
  • Loading branch information
cocasema committed Aug 18, 2023
1 parent cb59b76 commit 84818c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blinkpy/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ async def request_update_config(
if product_type == "owl":
url = (
f"{blink.urls.base_url}/api/v1/accounts/"
f"{blink.account_id}/networks/{network}/owls/{camera_id}/update"
f"{blink.account_id}/networks/{network}/owls/{camera_id}/config"
)
elif product_type == "catalina":
url = f"{blink.urls.base_url}/network/{network}/camera/{camera_id}/update"
Expand Down

0 comments on commit 84818c5

Please sign in to comment.