You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using docker through linux and would like to try setting up some automated screenshots every 30 mins. I currently use automator on a Mac to grab screens through url but this is not always consistent. Is there a way to set this up with wyze-bridge? this is my start command:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am using docker through linux and would like to try setting up some automated screenshots every 30 mins. I currently use automator on a Mac to grab screens through url but this is not always consistent. Is there a way to set this up with wyze-bridge? this is my start command:
docker run --network host
-e WYZE_EMAIL=#########
-e WYZE_PASSWORD=###########
-e API_ID=#########
-e API_KEY=#########
-e WB_AUTH=false
-e NET_MODE=HOST
-p 8554:8554 -p 8888:8888 -p 5000:5000
mrlt8/wyze-bridge
Beta Was this translation helpful? Give feedback.
All reactions