Mercurial > code > home > repos > homeauto
diff service/reasoning/actions.py @ 328:b069bb37f817
IR remote rule
Ignore-this: 901771de421a81129f2ddf4316af91d9
author | drewp@bigasterisk.com |
---|---|
date | Sat, 03 Feb 2018 14:38:10 -0800 |
parents | c192d37b2bc8 |
children | 79d041273e26 |
line wrap: on
line diff
--- a/service/reasoning/actions.py Fri Jan 26 21:23:22 2018 -0800 +++ b/service/reasoning/actions.py Sat Feb 03 14:38:10 2018 -0800 @@ -88,6 +88,7 @@ p = deviceGraph.value(osp, ROOM['predicate']) if s is None or p is None: continue + log.info("checking for %s %s", s, p) for postTarget in inferred.objects(s, p): log.info("post target %r", postTarget) # this packet ought to have 'oneShot' in it somewhere