Skip to content
Snippets Groups Projects
Commit 1017b61d authored by jkerdreu's avatar jkerdreu
Browse files

Comments

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2830 b32b6428-25c9-4566-ad07-03861ab6144f
parent 73ec6c99
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ def monitor_filter(msg):
def event_handler(ev_type,dev):
logger.debug("Event %s %s" % (ev_type,dev.address))
msg = { 'address': dev.address.get(),'attributes':dev.attributes}
# FIXME: This should be in core.sio
sio.broadcast('event_attributeChanges',msg)
def setup():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment