Mercurial > code > home > repos > homeauto
view service/iot2/devices.py @ 1697:88f6e9bf69d1
stats and non-debug mode speedups
author | drewp@bigasterisk.com |
---|---|
date | Tue, 28 Sep 2021 00:32:16 -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())