add short names

master
ademant 2019-08-19 17:08:32 +02:00
parent ab546e0bf0
commit d41c89bc10
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ def show_temperature():
ts=myc.fetchall()
myc.close()
mydb.close()
tt={}
tt={"temp_garten":0,"temp_dach":0,"temp_carport":0,"hum_garten":0,"hum_dach":0,"hum_carport":0,"press_garten":0,"press_dach":0,"press_carport":0,"lux_dach":0,"uv_dach":0}
zs=0
thp={"rasolar":{"temperature":0,"humidity":0,"pressure":0,"time":0},"ragps":{"temperature":0,"humidity":0,"pressure":0,"time":0},"ragarden":{"temperature":0,"humidity":0,"pressure":0,"time":0}}