simple bot for getting media info
This commit is contained in:
parent
0ba3a587d3
commit
b592f77084
3 changed files with 31 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ class E550W(Printer):
|
|||
self.snmp_port = 161
|
||||
|
||||
def get_installed_media(self) -> MediaDefinition:
|
||||
pass
|
||||
return self.__get_printer_status()
|
||||
|
||||
def __get_printer_status(self):
|
||||
raw_snmp_data = self.__get_snmp_status().asNumbers()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue