Mercurial > code > home > repos > homeauto
diff service/arduinoNode/devices.py @ 1139:db955e7943af
arduinonode reads config from etcd. use pushConfig.py to inform all nodes
Ignore-this: 3155d873bb30ca82b48ace7531a550e5
darcs-hash:0b2be13fbb4dc2571bb1bb8ac97f6a1350f36e77
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 03 Mar 2018 17:53:37 -0800 |
parents | 1e43ec4a5f23 |
children | 3010238b94a0 |
line wrap: on
line diff
--- a/service/arduinoNode/devices.py Sat Mar 03 16:18:47 2018 -0800 +++ b/service/arduinoNode/devices.py Sat Mar 03 17:53:37 2018 -0800 @@ -70,6 +70,12 @@ """ raise NotImplementedError('readFromPoll in %s' % self.__class__) + def wantIdleOutput(self): + return False + + def outputIdle(self, write): + return + def hostStatements(self): """ Like readFromPoll but these statements come from the host-side