DetectedOperationService.DetectOperationsAsync() Add AxialLoad to select

This commit is contained in:
ngfrolov 2024-03-01 11:06:37 +05:00
parent 9ba05d6650
commit e4a5ca69fb
Signed by: ng.frolov
GPG Key ID: E99907A0357B29A7

View File

@ -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)