Add Alarm getters

This commit is contained in:
Karl Moos
2020-10-28 06:07:02 -05:00
parent c8eb387cd1
commit b4f95d7a0b
6 changed files with 168 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
from .APIHandler import APIHandler
__version__ = "0.0.1"
__version__ = "0.0.2"
VERSION = __version__