Skip to content

Commit

Permalink
backends/scanner: clarify Tx Power Level
Browse files Browse the repository at this point in the history
Fixes: #1554
  • Loading branch information
dlech committed Apr 30, 2024
1 parent 4a653e6 commit 189da7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bleak/backends/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class AdvertisementData(NamedTuple):

tx_power: Optional[int]
"""
Tx Power data from the received advertising data or ``None`` if not present.
TX Power Level of the remote device from the received advertising data or ``None`` if not present.
.. versionadded:: 0.17.0
"""
Expand Down

0 comments on commit 189da7d

Please sign in to comment.