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

Renannming


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2855 b32b6428-25c9-4566-ad07-03861ab6144f
parent 54ae2619
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import logging
logging.getLogger('socketio.client').setLevel(logging.WARNING)
logging.getLogger('engineio').setLevel(logging.WARNING)
PACKAGE_NAME = 'xaal.sensefloor'
PACKAGE_NAME = 'xaal.sensfloor'
logger = logging.getLogger(PACKAGE_NAME)
......@@ -60,7 +60,7 @@ class GW(object):
return
logger.debug(f"New device {addr} {idx}")
dev.vendor_id = 'Future Shape'
dev.product_id='SenseFloor'
dev.product_id='SensFloor'
dev.info='zone index: %s' % idx
self.devices.update({idx:dev})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment