|
From: <ni...@us...> - 2010-11-18 19:19:36
|
Revision: 139
http://openautomation.svn.sourceforge.net/openautomation/?rev=139&view=rev
Author: nilss1
Date: 2010-11-18 19:19:29 +0000 (Thu, 18 Nov 2010)
Log Message:
-----------
changed ID style
Modified Paths:
--------------
PyWireGate/trunk/lirc_connector/LIRC_Connector.py
Modified: PyWireGate/trunk/lirc_connector/LIRC_Connector.py
===================================================================
--- PyWireGate/trunk/lirc_connector/LIRC_Connector.py 2010-11-18 19:15:50 UTC (rev 138)
+++ PyWireGate/trunk/lirc_connector/LIRC_Connector.py 2010-11-18 19:19:29 UTC (rev 139)
@@ -74,7 +74,7 @@
try:
raw, counter, button, channel = rawmsg.split()
## default "LIRC:channel_button
- id = u"%s:%s_%s" % (self.instanceName,channel,button)
+ id = u"%s:%s:%s" % (self.instanceName,channel,button)
self.WG.DATASTORE.update(id,int(counter,16))
id = u"%s:%s" % (self.instanceName,button)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|