Skip to content

Commit 0d4545c

Browse files
committed
add comment explaining description position
1 parent f1dc51e commit 0d4545c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zwave_js_server/model/value.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class MetaDataType(TypedDict, total=False):
5353
readable: bool # required
5454
writeable: bool # required
5555
label: str
56-
description: str
56+
description: str # further clarifies the label
5757
min: int | None
5858
max: int | None
5959
unit: str | None

0 commit comments

Comments
 (0)