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

Added description

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2975 b32b6428-25c9-4566-ad07-03861ab6144f
parent c62d7c0a
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,8 @@ def main(engine): ...@@ -12,6 +12,8 @@ def main(engine):
sys.exit(1) sys.exit(1)
dev = devices.lamp_toggle(addr) dev = devices.lamp_toggle(addr)
dev.vendor_id = 'RAMBo Team'
dev.product_id = 'lamp_minimal'
dev.info = 'Dummy Mini Lamp' dev.info = 'Dummy Mini Lamp'
dev.attributes['light'] = False dev.attributes['light'] = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment