Skip to content

Commit c6328d5

Browse files
committed
Update class doc
1 parent 74c8771 commit c6328d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ble_broadcastnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def broadcast(measurement, *, broadcast_time=0.1, extended=False):
6868

6969

7070
class AdafruitSensorMeasurement(Advertisement):
71-
"""Broadcast a single RGB color."""
71+
"""A collection of sensor measurements."""
7272

7373
# This prefix matches all
7474
prefix = struct.pack("<BBH", 3, _MANUFACTURING_DATA_ADT, _ADAFRUIT_COMPANY_ID)

0 commit comments

Comments
 (0)