# hubScanFoundDevicesNotification

**Type:** GraphQL mutations

## Arguments
- commandId (ID)
- commandStatus (String)
- foundDevices (HubScanFoundDevicesInput, Not Null): undefined
  - devices (HubDeviceInput, Not Null): undefined
    - hubDeviceId (ID)
    - hubDeviceManufacturerName (String)
    - hubDeviceModel (String)
    - hubDeviceMacAddress (String)
  - errors (HubScanDevicesErrorInput, Not Null): undefined
    - message (String)

## Response
**Type:** HubScanFoundDevicesPayload
**Description:**
undefined

### Fields
- commandId (String)
- devices (HubScanFoundDevice)
- errors (HubScanFoundDevicesError)
