mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-15 13:00:29 +01:00
edit build date
This commit is contained in:
parent
0eebab4564
commit
1ea5cce24e
|
|
@ -31,6 +31,6 @@ ricDescribtionList = {}
|
|||
# function -> read only in script
|
||||
def getVers(mode="vers"):
|
||||
if mode == "vers":
|
||||
return "2.0-RC"
|
||||
return "2.0"
|
||||
elif mode == "date":
|
||||
return " 2015/07/06"
|
||||
return " 2015/07/13"
|
||||
|
|
|
|||
|
|
@ -167,6 +167,7 @@ Thats the function of the alarm. Possible values are `FMS`, `ZVEI` or `POC`
|
|||
The reception frequency of the tuner in Hz
|
||||
|
||||
#### 5.3 data[ ]
|
||||
You can get an information with `data["INFO"]`
|
||||
In the data map are the folowing informations:
|
||||
|
||||
**ZVEI:**
|
||||
|
|
|
|||
Loading…
Reference in a new issue