Skip to content

Commit

Permalink
Adding (De)EnergizedState attributes to RelayActorConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
thdfw committed Dec 31, 2024
1 parent 6188b9c commit c8a610c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gwproto/named_types/relay_actor_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ class RelayActorConfig(ChannelConfig):
EventType: str
DeEnergizingEvent: str
EnergizingEvent: str
DeEnergizedState: str
EnergizedState: str
TypeName: Literal["relay.actor.config"] = "relay.actor.config"
Version: Literal["001"] = "001"
Version: Literal["002"] = "002"

0 comments on commit c8a610c

Please sign in to comment.