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

Summary: Fix information

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1857 b32b6428-25c9-4566-ad07-03861ab6144f
parent 988b58b0
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ def main(addr):
if addr == None:
addr = tools.get_random_uuid()
dev = Device("powerrelay.basic",addr)
dev.product_id = 'Dummy Dimming Lamp'
dev.product_id = 'Dummy Power Relay'
dev.url = 'http://www.acme.org'
# attributes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment