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

0.7 migration

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2385 b32b6428-25c9-4566-ad07-03861ab6144f
parent f6d99844
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ class GW(object):
# last step build the GW device
gw = Device("gateway.basic")
gw.address = self.cfg['config']['addr']
gw.address = tools.get_uuid(self.cfg['config']['addr'])
gw.vendor_id = "JKX"
gw.product_id = "HQ Product RF433 Gateway"
gw.version = 0.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment