Skip to content

Commit

Permalink
remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
LKuemmel committed Oct 17, 2023
1 parent c90f52a commit 749b002
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/helpermodules/changed_values_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ def store_inital_values(self):
def pub_changed_values(self):
# publishen der geänderten Werte
pass
# for key, value in data.data.bat_data.items():
# self._update_value(f"openWB/set/bat/{value.num}/", self.prev_data.bat_data[key], value)

def _update_value(self, topic_prefix, data_inst_previous, data_inst):
for f in fields(data_inst):
Expand Down

0 comments on commit 749b002

Please sign in to comment.