We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a2686 commit 25f5831Copy full SHA for 25f5831
switchbot/adv_parser.py
@@ -95,7 +95,7 @@ def parse_advertisement_data(
95
{
96
"isEncrypted": bool(_service_data[0] & 0b10000000),
97
"model": _model,
98
- "model_friendly_name": type_data["modelFriendlyName"],
+ "modelFriendlyName": type_data["modelFriendlyName"],
99
"modelName": type_data["modelName"],
100
"data": type_data["func"](_service_data, _mfr_data),
101
}
0 commit comments