diff service/iot2/devices.py @ 688:7ac46dc29517

get some iot2 tests going Ignore-this: cdfdf88f445f043aa5aa55f737f6b776
author drewp@bigasterisk.com
date Tue, 21 Jan 2020 23:59:45 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/service/iot2/devices.py	Tue Jan 21 23:59:45 2020 -0800
@@ -0,0 +1,7 @@
+from standardservice.logsetup import log
+import w1thermsensor
+
+def hello():
+    log.info('hi devices')
+
+    log.info(w1thermsensor.W1ThermSensor.get_available_sensors())