Skip to content

Commit

Permalink
Renamed duplicate registers
Browse files Browse the repository at this point in the history
Renamed duplicate register entries
  • Loading branch information
veista committed Dec 8, 2022
1 parent 8004d1e commit 09307e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/nilan/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "nilan",
"name": "Nilan",
"version": "1.0.24",
"version": "1.0.25",
"config_flow": true,
"documentation": "https://github.com/veista/nilan",
"requirements": ["pymodbus==2.5.3"],
Expand Down
6 changes: 3 additions & 3 deletions custom_components/nilan/registers.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ class CTS602InputRegisters:
air_qual_co2_enable = 3003
air_flow_room_reduce = 3004
air_flow_last_test_day = 3005
air_flow_since_filt_day = 3006
display_air_flow_since_filt_day = 3006
air_flow_winter_reduce = 3007
air_temp_temp_set = 3008
air_temp_temp_control = 3009
display_air_temp_temp_control = 3009

alarm_event_log_id = 3050
alarm_log_date = 3051
Expand Down Expand Up @@ -292,7 +292,7 @@ class CTS602HoldingRegisters:
display_air_flow_cool_vent = 4001
air_flow_winter_temp = 4002
air_flow_winter_vent = 4003
air_flow_test_select = 4004
display_air_flow_test_select = 4004
air_heat_type = 4005
air_heat_delay = 4006
display_air_temp_temp_min_sum = 4007
Expand Down

0 comments on commit 09307e2

Please sign in to comment.