From ac640c5059885203dddeeca080b1214008d663f6 Mon Sep 17 00:00:00 2001 From: Steel <44800079+TheRealMrSteel@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:26:48 +0100 Subject: [PATCH] Update hub.py Added HS BWR 2.13 (85) to hwmap. This is tagtype 55 in OEPL, which was added in the latest fw update (2.52) --- custom_components/open_epaper_link/hub.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/open_epaper_link/hub.py b/custom_components/open_epaper_link/hub.py index 5b4e16c..e0aeb32 100644 --- a/custom_components/open_epaper_link/hub.py +++ b/custom_components/open_epaper_link/hub.py @@ -119,6 +119,7 @@ def on_message(self,ws, message) -> None: 52: ["M3 4.2\"", 400, 300], 53: ["M3 6.0\"", 600, 448], 54: ["M3 7.5\"", 800, 480], + 85: ["HS BWR 2.13\"", 256, 128], 96: ["HS BWY 3.5\"", 384, 184], 97: ["HS BWR 3.5\"", 384, 184], 98: ["HS BW 3.5\"", 384, 184],