Skip to content

Commit

Permalink
Update const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernst79 committed Jan 12, 2021
1 parent efe32ef commit 1cd95e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/ble_monitor/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
b'\xAA\x01': ("LYWSDCGQ", False),
b'\x47\x03': ("CGG1", False),
b'\x48\x0B': ("CGG1-ENCRYPTED", False),
b'\x6F\x06': ("CGDK2", False),
b'\x5B\x04': ("LYWSD02", False),
b'\x5B\x05': ("LYWSD03MMC", False),
b'\x76\x05': ("CGD1", False),
b'\x6F\x06': ("CGDK2", False),
b'\xd3\x06': ("MHO-C303", False),
b'\x87\x03': ("MHO-C401", False),
b'\xDF\x02': ("JQJCY01YM", False),
Expand All @@ -76,10 +76,10 @@
'LYWSDCGQ' : [[0, 1, 9, 9, 9, 9, 9, 2], [9, 9, 9, 9, 9]],
'CGG1' : [[0, 1, 9, 9, 9, 9, 9, 2], [9, 9, 9, 9, 9]],
'CGG1-ENCRYPTED' : [[0, 1, 9, 9, 9, 9, 9, 2], [9, 9, 9, 9, 9]],
'CGDK2' : [[0, 1, 9, 9, 9, 9, 9, 2], [9, 9, 9, 9, 9]],
'LYWSD02' : [[0, 1, 9, 9, 9, 9, 9, 2], [9, 9, 9, 9, 9]],
'LYWSD03MMC' : [[0, 1, 9, 9, 9, 9, 9, 2], [9, 9, 9, 9, 9]],
'CGD1' : [[0, 1, 9, 9, 9, 9, 9, 2], [9, 9, 9, 9, 9]],
'CGDK2' : [[0, 1, 9, 9, 9, 9, 9, 2], [9, 9, 9, 9, 9]],
'MHO-C401' : [[0, 1, 9, 9, 9, 9, 9, 2], [9, 9, 9, 9, 9]],
'MHO-C303' : [[0, 1, 9, 9, 9, 9, 9, 2], [9, 9, 9, 9, 9]],
'JQJCY01YM' : [[0, 1, 9, 9, 9, 2, 9, 3], [9, 9, 9, 9, 9]],
Expand All @@ -101,10 +101,10 @@
'LYWSDCGQ' : 'Xiaomi',
'CGG1' : 'Qingping',
'CGG1-ENCRYPTED' : 'Qingping',
'CGDK2' : 'Qingping',
'LYWSD02' : 'Xiaomi',
'LYWSD03MMC' : 'Xiaomi',
'CGD1' : 'ClearGrass',
'CGDK2' : 'Qingping',
'MHO-C401' : 'Miaomiaoce',
'MHO-C303' : 'Miaomiaoce',
'JQJCY01YM' : 'Honeywell',
Expand Down

0 comments on commit 1cd95e1

Please sign in to comment.