From bdc536b578330377e48ae714d5dd79baf3069dbf Mon Sep 17 00:00:00 2001 From: Jacob Berelman <630000+stickpin@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:47:04 +0200 Subject: [PATCH] =?UTF-8?q?Support=20for=204.2=E2=80=B3=20ST-GR42003N2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 716c275..c4e0278 100644 --- a/custom_components/open_epaper_link/hub.py +++ b/custom_components/open_epaper_link/hub.py @@ -109,6 +109,7 @@ def on_message(self,ws, message) -> None: 2: ["M2 4.2\"", 400, 300], 5: ["M2 7.4\"", 640, 384], 17: ["M2 2.9\" (NFC)", 296, 128], + 18: ["M2 4.2\" (NFC)", 400, 300], 26: ["M2 7.4\" (outdated)", 640, 384], 33: ["M2 2.9\"", 296, 128], 38: ["M2 7.4 BW\"", 640, 384],