handleCommand

open override fun handleCommand(cmd: Command): JsonResponse<*>

Supports the following SystemAppCommands:

lsusb: shows all the identified USB devices on the system. Note that devices can be identified even if there are no drivers.

lspci: shows all the identified PCI(E) devices on the system. Note that devices can be identified even if there are no drivers.

ip addr: shows all the network interfaces and associated addresses on the system. Note that interfaces can be associated with multiple addresses.