diff --git a/LiveObjects/hal.py b/LiveObjects/hal.py index 90b8475..c59e7d6 100644 --- a/LiveObjects/hal.py +++ b/LiveObjects/hal.py @@ -29,8 +29,8 @@ def get_client_id(self): pass def get_lang_str(self): - lang_dict = {BoardsInterface.PYTHON: 'Python', - BoardsInterface.MICROPYTHON: 'microPython'} + lang_dict = {BoardsInterface.PYTHON: 'urn:lo:nsid:Python', + BoardsInterface.MICROPYTHON: 'urn:lo:nsid:microPython'} return lang_dict[self._lang_id] def get_lang_id(self): diff --git a/setup.py b/setup.py index 9a6e46d..c0e343a 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ include_package_data=True, install_requires=['paho-mqtt'], - version='2.0.1', + version='2.0.2', license='MIT',