X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=track-presence.py;h=91b01239cdb1e794dee446417bd4545707c16edf;hp=9f0aa66d1bced0562c43ca0c5352b6c12c7cb7bd;hb=c1d893877efb1c5edd24dbd5bb8fc41379c01ebf;hpb=ef54f9cc21e10dc6c054f7d53ecb68adfc3e9c1c diff --git a/track-presence.py b/track-presence.py index 9f0aa66..91b0123 100755 --- a/track-presence.py +++ b/track-presence.py @@ -321,6 +321,7 @@ class StatusTracker: #(threading.Thread): self.lock.acquire() self.door_open_previously = self.door_open self.lock.release() + loggin.debug("doorOpen: open: %s, who: %s, how:%s, manual_switch: %s; physically_present: %s" % (self.door_open,self.door_who,how,self.door_manual_switch_used,self.door_manual_switch_used)); def doorClosed(self,who,how): self.uwscfg.checkConfigUpdates()