Skip to content

Commit 37bff64

Browse files
committed
Clarify usage and limitations in doc string
1 parent 25255d5 commit 37bff64

File tree

1 file changed

+2
-1
lines changed
  • adafruit_ble/characteristics

1 file changed

+2
-1
lines changed

adafruit_ble/characteristics/json.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919

2020

2121
class JsonCharacteristic(Characteristic):
22-
"""Json string characteristic."""
22+
"""Json string characteristic. JSON serializable values of a limited size (max_length)
23+
can be set and get directly to the characteristic."""
2324

2425
def __init__(
2526
self,

0 commit comments

Comments
 (0)