Mercurial > code > home > repos > homeauto
view service/iot2/devices.py @ 1610:6fc48ef4c696
mysteriously lost an important line
author | drewp@bigasterisk.com |
---|---|
date | Mon, 06 Sep 2021 18:07:28 -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())