Skip to content

Commit

Permalink
Merge branch 'openWB:master' into zabbix-monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrsnhs authored Jan 21, 2025
2 parents 50eb96a + 12775cd commit 2e5783b
Show file tree
Hide file tree
Showing 358 changed files with 2,561 additions and 2,365 deletions.
3 changes: 2 additions & 1 deletion packages/control/counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ def _get_loadmanagement_state(self) -> None:
if self.data.get.fault_state == FaultStateLevel.ERROR:
if self.data.set.error_timer is None:
self.data.set.error_timer = timecheck.create_timestamp()
if timecheck.check_timestamp(self.data.set.error_timer, self.MAX_EVU_ERROR_DURATION) is False:
return True
elif timecheck.check_timestamp(self.data.set.error_timer, self.MAX_EVU_ERROR_DURATION) is False:
for cp in connected_cps:
if self.num == data.data.counter_all_data.get_id_evu_counter():
data.data.cp_data[cp].set_state_and_log(
Expand Down
672 changes: 365 additions & 307 deletions packages/modules/display_themes/cards/source/package-lock.json

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e5783b

Please sign in to comment.