Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stg93 authored Jul 24, 2017
1 parent d548448 commit 04757fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions einsatzmonitor_tv_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
import logging
from time import sleep

#Ask every x seconds if an alarm happend
POLLING_INTERVAL = 5 #seconds
#How long should the tv be activated after an alarm happend?
TV_ON_TIME = 1800 #seconds
BASE_URL = "https://api.blaulichtsms.net/blaulicht/api/alarm/v1/dashboard/"

#Fill in your Einsatzmonitor credentials
CUSTOMER_ID = ""
USERNAME = ""
PASSWORD = ""
Expand Down

0 comments on commit 04757fd

Please sign in to comment.