Skip to content

Commit

Permalink
edit build date
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrolli91 committed Jul 13, 2015
1 parent 0eebab4 commit 1ea5cce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
# 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"
1 change: 1 addition & 0 deletions plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit 1ea5cce

Please sign in to comment.