From e4a5ca69fb0a71ea588b168d1db2db3f2dd312e5 Mon Sep 17 00:00:00 2001 From: ngfrolov Date: Fri, 1 Mar 2024 11:06:37 +0500 Subject: [PATCH] DetectedOperationService.DetectOperationsAsync() Add AxialLoad to select --- .../Services/DetectOperations/DetectedOperationService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AsbCloudInfrastructure/Services/DetectOperations/DetectedOperationService.cs b/AsbCloudInfrastructure/Services/DetectOperations/DetectedOperationService.cs index 06415870..b53b1cd0 100644 --- a/AsbCloudInfrastructure/Services/DetectOperations/DetectedOperationService.cs +++ b/AsbCloudInfrastructure/Services/DetectOperations/DetectedOperationService.cs @@ -164,6 +164,7 @@ public class DetectedOperationService : IDetectedOperationService BlockPosition = t.BlockPosition, BitDepth = t.BitDepth, RotorSpeed = t.RotorSpeed, + AxialLoad = t.AxialLoad, }).ToArray(); if (detectableTelemetries.Length < gap)