Skip to content

Commit

Permalink
add additional service 0xFF00
Browse files Browse the repository at this point in the history
  • Loading branch information
patman15 committed Jan 6, 2025
1 parent 374d5db commit 79ef7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/bms_ble/plugins/daly_bms.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def device_info() -> dict[str, str]:
@staticmethod
def uuid_services() -> list[str]:
"""Return list of 128-bit UUIDs of services required by BMS."""
return [normalize_uuid_str("fff0")]
return [normalize_uuid_str("fff0"), normalize_uuid_str("ff00")]

@staticmethod
def uuid_rx() -> str:
Expand Down

0 comments on commit 79ef7d3

Please sign in to comment.