Alarmdialog programmiert

This commit is contained in:
2025-09-10 16:58:20 +02:00
parent 7d8ce221fd
commit 14108b1165
7 changed files with 69 additions and 10 deletions

View File

@@ -313,4 +313,4 @@ class Anchor(Page):
else:
self.draw_config(ctx)
if self._bd.alarm:
self.draw_alarm(ctx)
self.draw_alarm(ctx, self._bd.alarm_src, self._bd.alarm_id, self._bd.alarm_msg)