view service/iot2/devices.py @ 1730:5d7ce02fa8b2

add skaf.yaml
author drewp@bigasterisk.com
date Fri, 30 Jun 2023 22:08:45 -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())