cli show string enums in snmp commands (#16317)

This commit is contained in:
Tony Murray
2024-08-26 23:06:25 -05:00
committed by GitHub
parent 61ad4bfbbf
commit e875461846

View File

@@ -163,6 +163,7 @@ abstract class SnmpFetch extends LnmsCommand
$type = $this->type;
return SnmpQuery::make()
->enumStrings()
->numeric($this->numeric)
->device($device)
->$type($this->oids);