Beispiel #1
0
def getMaxHumidity():
    return routineInfo.getRoutineData("temp", "max_hum")
Beispiel #2
0
def isEnabled(routine):
    return routineInfo.getRoutineData(routine, "enabled")
Beispiel #3
0
def getMinHumidity():
    return routineInfo.getRoutineData("temp", "min_hum")
Beispiel #4
0
def getCurrentHumidity():
    return routineInfo.getRoutineData("temp", "current_hum")
Beispiel #5
0
def getMaxTemperature():
    return routineInfo.getRoutineData("temp", "max_temp")
Beispiel #6
0
def getMinTemperature():
    return routineInfo.getRoutineData("temp", "min_temp")
Beispiel #7
0
def getCurrentTemperature():
    return routineInfo.getRoutineData("temp", "current_temp")