Skip to content

Commit

Permalink
fix: change CSAD type parameter from csad_type to type (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptk committed Jun 7, 2024
1 parent cd2bc9e commit 5d9779b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomnilogic_local/models/mspconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def __init__(self, **data: Any) -> None:
class MSPCSAD(OmniBase):
omni_type: OmniType = OmniType.CSAD
enabled: Literal["yes", "no"] = Field(alias="Enabled")
csad_type: CSADType | str = Field(alias="Type")
type: CSADType | str = Field(alias="Type")
target_value: float = Field(alias="TargetValue")


Expand Down

0 comments on commit 5d9779b

Please sign in to comment.