Compare commits

...

7 Commits

View File

@@ -46,7 +46,8 @@ def getValues(sensor):
try:
temp = sensor.temperature
humidity = sensor.humidity
print("Temp:", temp)
print("Humidity:", humidity)
#convert to Farenheit
temp = (temp * 1.8) + 32
#Round the decimals