Skip to content

Commit

Permalink
Add Zebra Label Printer to dhcp_vendor_class
Browse files Browse the repository at this point in the history
  • Loading branch information
modoyle-r7 committed Feb 22, 2023
1 parent d31dddc commit 9e21a78
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions xml/dhcp_vendor_class.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,19 @@
<param pos="0" name="os.vendor" value="Ewon"/>
</fingerprint>

<fingerprint pattern="^Zebra Technologies ZTC (Z[T|D|Q]\d{3})-\d{3}dpi\s(?:ZPL|CPCL)$">
<description>Zebra Label Printer</description>
<example hw.product="ZD410">Zebra Technologies ZTC ZD410-203dpi ZPL</example>
<example hw.product="ZQ620">Zebra Technologies ZTC ZQ620-203dpi ZPL</example>
<example hw.product="ZT230">Zebra Technologies ZTC ZT230-203dpi ZPL</example>
<example hw.product="ZQ630">Zebra Technologies ZTC ZQ630-203dpi CPCL</example>
<param pos="0" name="hw.device" value="Printer"/>
<param pos="0" name="hw.vendor" value="Zebra"/>
<param pos="1" name="hw.product"/>
<param pos="0" name="os.vendor" value="Zebra"/>
<param pos="0" name="os.product" value="{hw.product} Firmware"/>
</fingerprint>

<fingerprint pattern="^ZEBRA$">
<description>Zebra device</description>
<example>ZEBRA</example>
Expand Down

0 comments on commit 9e21a78

Please sign in to comment.