Skip to content
Snippets Groups Projects
Commit 21cae4db authored by jkerdreu's avatar jkerdreu
Browse files

Added querydb (need a fix to find the right dbserver)

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2127 b32b6428-25c9-4566-ad07-03861ab6144f
parent 9faab44c
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ setup(
'xaal-walker = xaal.tools.walker:main',
'xaal-keygen = xaal.tools.keygen:main',
'xaal-log = xaal.tools.log:main',
'xaal-querydb = xaal.tools.querydb:main',
],
},
......
......@@ -52,7 +52,7 @@ class QueryDB:
body = {'device': addr,}
msg = mf.build_msg(self.dev,[], 'request','getKeysValues',body)
self.eng.queue_tx(msg)
self.eng.queue_msg(msg)
"""
body = {'device': '2f31c922-01b2-4097-bfae-5753dde2cd41','key':'location'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment