We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7787f7 commit 3650fddCopy full SHA for 3650fdd
tests/test_parser.py
@@ -2484,7 +2484,7 @@ def test_Xiaomi_MS1BB_MI_obj4a13():
2484
2485
def test_Xiaomi_RS1BB_MI_obj4806():
2486
"""Test Xiaomi parser for Linptech RS1BB(MI) with obj4806."""
2487
- data_string = b"\x04>)\x02\x01\x00\x00gL\xb98\xc1\xa4\x1d\x02\x01\x06\x19\x16\x95\xfeXY\x0f?JgL\xb98\xc1\xa4\xd6\xe5{\x83\x04\x00\x00\xd0\x1e\x0bK\xc0"
+ data_string = b"XY\x0f?JgL\xb98\xc1\xa4\xd6\xe5{\x83\x04\x00\x00\xd0\x1e\x0bK"
2488
advertisement = bytes_to_service_info(data_string, address="A4:C1:38:66:E5:67")
2489
bindkey = "33ede53321bc73c790a8daae4581f3d5"
2490
0 commit comments