Change how panel subscriptions work

This commit is contained in:
Jordan
2021-09-16 21:54:51 -04:00
parent 62b65ba4d2
commit 54c47554d2
15 changed files with 3 additions and 20 deletions

View File

@@ -38,8 +38,6 @@ class FanPanel(ScreenPanel):
self.content.add(box)
self._screen.add_subscription(panel_name)
def process_update(self, action, data):
if (action != "notify_status_update"):
return