From 4c5e45f8711fc317a748bdccd392eb8e0459e1d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Sat, 14 Oct 2023 02:07:02 +0200 Subject: [PATCH] Add DYMO LabelMANAGER PC to tested devices --- src/dymoprint/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dymoprint/constants.py b/src/dymoprint/constants.py index 942ed34..157310a 100755 --- a/src/dymoprint/constants.py +++ b/src/dymoprint/constants.py @@ -33,6 +33,7 @@ "report your experiences in https://github.com/computerlyrik/dymoprint/issues/44" ) SUPPORTED_PRODUCTS = { + 0x0011: "DYMO LabelMANAGER PC", 0x0015: "LabelPoint 350", 0x1001: "LabelManager PnP (no mode switch)", 0x1002: "LabelManager PnP (mode switch)",