Mercurial > code > home > repos > homeauto
view service/iot2/devices.py @ 1741:097bfd91187d
cam deploy code that might not work
author | drewp@bigasterisk.com |
---|---|
date | Fri, 01 Sep 2023 17:14:25 -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())