Skip to content

Commit 84818c5

Browse files
author
cocasema
committed
Fix night vision toggling for older devices (owl)
Fixes: fronzbot#755
1 parent cb59b76 commit 84818c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blinkpy/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ async def request_update_config(
415415
if product_type == "owl":
416416
url = (
417417
f"{blink.urls.base_url}/api/v1/accounts/"
418-
f"{blink.account_id}/networks/{network}/owls/{camera_id}/update"
418+
f"{blink.account_id}/networks/{network}/owls/{camera_id}/config"
419419
)
420420
elif product_type == "catalina":
421421
url = f"{blink.urls.base_url}/network/{network}/camera/{camera_id}/update"

0 commit comments

Comments
 (0)