Beispiel #1
0
def TurnLightsOff():
    #datetime.datetime.strptime()
    z=geolocation.SunsetQuery().replace(minute=random.randrange(10,60))
    x= str(z.hour)+":"+str(z.minute)
    LogUtility.writelog("Turning Lights Off. Next time set for: %s" %x)
    xmlUtility.WriteToXML("Lights", "TimeNextOn", "x")
    xmlUtility.WriteToXML("Lights", "LightsOn", "False")
Beispiel #2
0
def TurnLightsOn():
    LogUtility.writelog("Turning Lights On")
    xmlUtility.WriteToXML("Lights", "LightsOn", "True")