OBJECT

UsbChangeDetails

Details of USB change

link GraphQL Schema definition

  • type UsbChangeDetails {
  • # Insertion or removal of USB device
  • type: UsbChange!
  • # Name of USB device
  • name: String!
  • # UPNP id of USB device
  • id: String!
  • }