Files
x11ma/script/Users/PEEM/Armin/heating.py
gac-x11ma ea61419b20
2022-11-22 16:38:37 +01:00

7 lines
87 B
Python

i = 1
while i < 12:
fil.write(i*200)
time.sleep(300.0)
i += 1
fil.write(0)