From 10cfb606fb0dd1642034e2d7398b7888bddfb904 Mon Sep 17 00:00:00 2001 From: Fred Date: Wed, 17 Dec 2025 17:05:04 +0000 Subject: [PATCH] Add DYMO LabelManager PC II Adding this line allows for my Dymo LabelManager PC II to be found by Labelle, the debug output is: [DEBUG] manufacturer: Dymo product: DYMO LabelMANAGER PC II serial: 26070512345678 configurations: - interfaces: - --- src/labelle/lib/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/labelle/lib/constants.py b/src/labelle/lib/constants.py index dc17da49..38300ab0 100755 --- a/src/labelle/lib/constants.py +++ b/src/labelle/lib/constants.py @@ -36,6 +36,7 @@ ) SUPPORTED_PRODUCTS = { 0x0011: "DYMO LabelMANAGER PC", + 0x001c: "DYMO LabelMANAGER PC II", 0x0015: "LabelPoint 350", 0x1001: "LabelManager PnP (no mode switch)", 0x1002: "LabelManager PnP (mode switch)",