Run main commands
( self )
| 496 | return args |
| 497 | |
| 498 | def process( self ): |
| 499 | ''' |
| 500 | Run main commands |
| 501 | ''' |
| 502 | # Initialize kiibohd |
| 503 | logger.info("Host_init") |
| 504 | self.kiibohd.Host_init() |
| 505 | print("") |
| 506 | |
| 507 | # Run cli if enabled |
| 508 | self.virtual_serialport_process() |
| 509 | |
| 510 | def loop( self, number_of_loops=1 ): |
| 511 | ''' |
no test coverage detected