Skip to content

Commit dcc3e13

Browse files
committed
refactor: remove redundant parameters from heating circuit definitions
1 parent 09ec2c7 commit dcc3e13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/speed_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
ALL_PARAMS = INFO_PARAMS + STATIC_PARAMS
5656

5757
# Heating circuit 1 (700-series)
58-
HC1_PARAMS = ["700", "710", "900", "8000", "8740", "8749"]
58+
HC1_PARAMS = ["700", "710", "900", "8000", "8740"]
5959

6060
# Heating circuit 2 (1000-series) — mirrors HC1 with offset
61-
HC2_PARAMS = ["1000", "1010", "1200", "8001", "8770", "8779"]
61+
HC2_PARAMS = ["1000", "1010", "1200", "8001", "8770"]
6262

6363
# Static values per circuit
6464
HC1_STATIC_PARAMS = ["714", "716"]

0 commit comments

Comments
 (0)