query hubScanFoundDevices($commandId: ID!) { hubScanFoundDevices(commandId: $commandId) { hubDeviceId deviceName deviceManufacturerName deviceImageSmallUrl serialNumber } }
{ "commandId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4" }
{ "data": [ { "hubDeviceId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "deviceName": "Example String", "deviceManufacturerName": "Example String", "deviceImageSmallUrl": "Example String", "serialNumber": "Example String" } ] }