mutation hubScanDevices( $hubId: ID! $deviceType: DeviceType! $deviceManufacturerId: ID! ) { hubScanDevices( hubId: $hubId deviceType: $deviceType deviceManufacturerId: $deviceManufacturerId ) { commandId timeoutSeconds errors { message path } } }
{ "hubId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "deviceType": "AIR_QUALITY_SENSOR", "deviceManufacturerId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4" }
{ "data": { "commandId": "Example String", "timeoutSeconds": 40, "errors": [ { "message": "Example String", "path": "Example String" } ] } }