Skip to content
Snippets Groups Projects
Commit 83fb38ca authored by jkerdreu's avatar jkerdreu
Browse files

Add info for device too



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/fork@1679 b32b6428-25c9-4566-ad07-03861ab6144f
parent 1029caae
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ def new_dev(gw,key,channel,addr,dtype):
dev.vendor_id = "JKX"
dev.hw_id = '%s%s' % (key,channel)
dev.version = 0.2
dev.info = "%s@%s" % (PACKAGE_NAME,platform.node())
# methods
def on():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment