1
0

Added WunderCam (Weather Underground camera) proxy.

This commit is contained in:
2016-08-16 17:56:09 +02:00
parent aae36f970e
commit f8f3502d6a
2 changed files with 24 additions and 0 deletions
+7
View File
@@ -16,3 +16,10 @@ RUNTASTIC_PUSHOVER_TOKEN="0123456...PushOver App Token...6789abcdef"
# Login for packtclaim.py
PACKT_LOGIN = anon@example.org
PACKT_PASSWORD = 1234567
# WunderCam Proxy
SNAPSHOT_URL="http://my-ip-camera.com/tmpfs/snap.jpg"
SNAPSHOT_USERNAME="guest"
SNAPSHOT_PASSWORD="password"
WUNDERCAM_USERNAME="mypersonalCAM1"
WUNDERCAM_PASSWORD="secretpassword"