view service/iot2/devices.py @ 1492:7c7415cfbc02

iot2: WIP still. more messages schema Ignore-this: ef94336852ff8885df861146fc1b01b darcs-hash:f5e1ffe61ecff1a7430b58a7504e35dcc809b1f8
author drewp <drewp@bigasterisk.com>
date Wed, 29 Jan 2020 01:03:40 -0800
parents a4fb4cc60ae1
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())