Skip to content

Commit

Permalink
Add missing python property
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Jul 5, 2024
1 parent 4c993c4 commit 3ca0426
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,15 @@ class ReadRequest:
A read request.
Args:
original_resource_name: The original resource name.
catalog_item: The CatalogItem to be read.
data: The data buffer.
status: The status buffer. A value of 0x01 ('1') indicates that the corresponding value in the data buffer is valid, otherwise it is treated as float("NaN").
"""

original_resource_name: str
"""The original resource name."""

catalog_item: CatalogItem
"""The CatalogItem to be read."""

Expand Down

0 comments on commit 3ca0426

Please sign in to comment.