Skip to content

Commit

Permalink
Add another 'known' relay load type
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Apr 10, 2024
1 parent 537484d commit fbd0114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aiovantage/config_client/models/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def is_relay(self) -> bool:
return self.load_type in (
"High Voltage Relay",
"Low Voltage Relay",
"[MDR8RW101]",
)

@property
Expand Down

0 comments on commit fbd0114

Please sign in to comment.