Skip to content

Commit ddd3a43

Browse files
authored
Merge pull request #5 from tomekmalek/master
Correction in client_dev_id
2 parents e9c015f + 1c95ffe commit ddd3a43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LiveObjects/hal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def get_client_id(self):
2929
pass
3030

3131
def get_lang_str(self):
32-
lang_dict = {BoardsInterface.PYTHON: 'Python',
33-
BoardsInterface.MICROPYTHON: 'microPython'}
32+
lang_dict = {BoardsInterface.PYTHON: 'urn:lo:nsid:Python',
33+
BoardsInterface.MICROPYTHON: 'urn:lo:nsid:microPython'}
3434
return lang_dict[self._lang_id]
3535

3636
def get_lang_id(self):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
include_package_data=True,
1313
install_requires=['paho-mqtt'],
1414

15-
version='2.0.1',
15+
version='2.0.2',
1616
license='MIT',
1717

1818

0 commit comments

Comments
 (0)