Mercurial > code > home > repos > homeauto
view service/iot2/devices.py @ 1673:80f4e741ca4f
redo RHS bnode processing
author | drewp@bigasterisk.com |
---|---|
date | Wed, 22 Sep 2021 01:00:32 -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())