Skip to content

Commit 9c011df

Browse files
committed
Fix another contents
1 parent e2ad185 commit 9c011df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def model_post_init(self, __context):
430430
class ModuleData(BaseModel):
431431
"""Module model."""
432432

433-
contents: bool = False
433+
content: bool = False
434434
firmware_version: str | None = None
435435
hardware_version: str | None = None
436436
reachable: bool | None = None

0 commit comments

Comments
 (0)