mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-06 15:04:06 +00:00
insert history and status pages to alarmMonitorRPi
This commit is contained in:
parent
646a2b2913
commit
f7ee3afb5c
4 changed files with 292 additions and 44 deletions
|
|
@ -2,6 +2,9 @@
|
|||
# -*- coding: UTF-8 -*-
|
||||
#
|
||||
|
||||
# configparser (Configparser)
|
||||
config = 0
|
||||
|
||||
# control-params (Boolean)
|
||||
running = True
|
||||
showDisplay = False
|
||||
|
|
@ -10,14 +13,23 @@ abort = False
|
|||
# color of display-boarder
|
||||
screenBackground = ""
|
||||
|
||||
# navigation = ""
|
||||
navigation = "alarmPage"
|
||||
|
||||
# enable display until (Timestamp)
|
||||
enableDisplayUntil = 0
|
||||
|
||||
# data-structure (Dict)
|
||||
data = {}
|
||||
|
||||
# last alarm shown (Timestamp)
|
||||
lastAlarm = 0
|
||||
|
||||
# enable display until (Timestamp)
|
||||
enableDisplayUntil = 0
|
||||
# alarm history (List)
|
||||
alarmHistory = []
|
||||
|
||||
# configparser (Configparser)
|
||||
config = 0
|
||||
# statusPage
|
||||
startTime = 0
|
||||
countAlarm = 0
|
||||
countTestAlarm = 0
|
||||
countKeepAlive = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue