Skip to content

Commit

Permalink
add optional CT to STS
Browse files Browse the repository at this point in the history
  • Loading branch information
jziolkowski committed Sep 15, 2024
1 parent 100aee0 commit 7b97bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdmgr/schemas/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ class StateSTSBaseSchema(StatusBaseModel):
Berry: Optional[BerrySchema] = None
Channel: Optional[List[int]] = None
Color: Optional[str] = None
CT: Optional[int] = None
Fade: Optional[str] = None
HSBColor: Optional[str] = None
Heap: Optional[int] = None
Expand Down

0 comments on commit 7b97bf2

Please sign in to comment.