Commit d4e03e1a authored by nextime's avatar nextime

Minor fix

parent 020f5340
......@@ -1159,7 +1159,7 @@ class domotikaService(service.Service):
dmdb.Analog.find(where=[whe]).addCallback(_analogs, sqld)
return defer.succeed(True)
log.info("SET THERMOSTAT "+thermo+" "+str(kw)+" "+str(r.setval))
log.info("SET THERMOSTAT "+thermo+" "+str(kw))
return dmdb.Thermostats.find(where=["DMDOMAIN(name, '"+thermo+"')=1"]).addCallback(_thermoSet)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment