Mercurial > code > home > repos > homeauto
view service/iot2/devices.py @ 1528:44aae4efedf6
an attempt as ESP-IDF build (doesn't work) calling a nim-generated main function (also doesn't work)
Ignore-this: d43cda6cf70930a20864cae066f11739
darcs-hash:570daf34e2a97e07b7ce2eec412daa5f648445ba
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 23 Jan 2020 23:46:34 -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())