Mercurial > code > home > repos > homeauto
diff service/arduinoNode/devices.py @ 334:bb80182195c0
arduinonode reads config from etcd. use pushConfig.py to inform all nodes
Ignore-this: 3155d873bb30ca82b48ace7531a550e5
author | drewp@bigasterisk.com |
---|---|
date | Sat, 03 Mar 2018 17:53:37 -0800 |
parents | a94f2a522d41 |
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