Starting anew, before I changed to a custom chart
This commit is contained in:
9
app-dist/scripts/pinger-test.py
Normal file
9
app-dist/scripts/pinger-test.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from datetime import datetime
|
||||
|
||||
print(
|
||||
'Time:', str(datetime.isoformat(datetime.now())),
|
||||
'\nTemp:', 20,
|
||||
'\nHumidity:', 60,
|
||||
'\nCO2:', 500,
|
||||
sep='\t',
|
||||
)
|
||||
Reference in New Issue
Block a user