Shelly skripta

This commit is contained in:
2024-11-09 17:55:28 +01:00
parent 68eb5c24f9
commit e6342d9c93
11 changed files with 1444 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ try:
except:
print("onewire thermo error:", sys.exc_info()[0])
# Un-comment the line below to convert the temperature to Fahrenheit.
# Un-comment the line below to convert the temperature to Fahrenheiq
# temperature = temperature * 9/5.0 + 32
print 'Temp={0:0.1f}*C'.format(temperature)