view service/iot2/devices.py @ 1700:11bd81eda1ef

release 0.12.0
author drewp@bigasterisk.com
date Tue, 12 Oct 2021 20:18:59 -0700
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())