(self,event,value)
| 480 | #EVENTS |
| 481 | |
| 482 | def _onConnect(self,event,value): |
| 483 | self.publishEvent('printer_state_changed', {"operational": True}) |
| 484 | |
| 485 | def _onConnecting(self,event,value): |
| 486 | self.publishEvent('printer_state_changed', {"connecting": True}) |
nothing calls this directly
no test coverage detected