Skip to content

Commit

Permalink
Add synth channels to house0 names
Browse files Browse the repository at this point in the history
  • Loading branch information
thdfw committed Dec 5, 2024
1 parent 8161fa5 commit 4fd1e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gwproto/data_classes/house_0_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ class H0N:
store_flow = "store-flow"

# synth channels
usable_energy = "usable_energy"
required_energy = "required_energy"
usable_energy = "usable-energy"
required_energy = "required-energy"

# relay nodes
vdc_relay: Literal["relay1"] = f"relay{House0RelayIdx.vdc}"
Expand Down

0 comments on commit 4fd1e9d

Please sign in to comment.