view service/iot2/devices.py @ 762:5943cacc8b9b

stats page Ignore-this: b59d958287c2381c908ec9583706966
author drewp@bigasterisk.com
date Fri, 14 Feb 2020 16:47:10 -0800
parents 7ac46dc29517
children
line wrap: on
line source

from standardservice.logsetup import log
import w1thermsensor

def hello():
    log.info('hi devices')

    log.info(w1thermsensor.W1ThermSensor.get_available_sensors())