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

Added tools.get_randomuuid()

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/fork@1542 b32b6428-25c9-4566-ad07-03861ab6144f
parent 002aa4d3
Branches
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ from xaal.lib import Device,Engine,tools
ADDR='f6cf999e-2507-11e7-b6d9-000acd2524c0'
def main():
#addr = tools.get_random_uuid()
dev = Device("lamp.dimmer",ADDR)
dev.product_id = 'Dummy Dimming Lamp'
dev.url = 'http://www.acme.org'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment