Skip to content

Commit 29cbd4a

Browse files
committed
fix: Update Pantum printer support
1 parent 35166a2 commit 29cbd4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/GLPI/Agent/SNMP/MibSupport/Pantum.pm

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ sub getModel {
4141
return $self->get(prtGeneralPrinterName);
4242
}
4343

44+
sub getManufacturer {
45+
return 'Pantum';
46+
}
47+
4448
sub getSerial {
4549
my ($self) = @_;
4650

0 commit comments

Comments
 (0)