Project restart
This commit is contained in:
10
doc/examples/dummy/cycle_temperature.py
Normal file
10
doc/examples/dummy/cycle_temperature.py
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
def setTemperature(param):
|
||||
print('Tempe set : %s'%param)
|
||||
|
||||
def temperatureAtteinte(param):
|
||||
if int(param) > 50:
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user