mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
18 lines
229 B
Plaintext
18 lines
229 B
Plaintext
temp > threshold+-2
|
|
heater 0
|
|
end
|
|
temp < threshold+-2
|
|
heater 1
|
|
end
|
|
timenow = time1
|
|
threshold threshold1
|
|
end
|
|
timenow = time2
|
|
threshold threshold2
|
|
end
|
|
timenow = time3
|
|
threshold threshold3
|
|
end
|
|
timenow = time4
|
|
threshold threshold4
|
|
end |