forked from ddrilling/AsbCloudServer
DetectedOperationService.DetectOperationsAsync() Add AxialLoad to select
This commit is contained in:
parent
9ba05d6650
commit
e4a5ca69fb
@ -164,6 +164,7 @@ public class DetectedOperationService : IDetectedOperationService
|
|||||||
BlockPosition = t.BlockPosition,
|
BlockPosition = t.BlockPosition,
|
||||||
BitDepth = t.BitDepth,
|
BitDepth = t.BitDepth,
|
||||||
RotorSpeed = t.RotorSpeed,
|
RotorSpeed = t.RotorSpeed,
|
||||||
|
AxialLoad = t.AxialLoad,
|
||||||
}).ToArray();
|
}).ToArray();
|
||||||
|
|
||||||
if (detectableTelemetries.Length < gap)
|
if (detectableTelemetries.Length < gap)
|
||||||
|
Loading…
Reference in New Issue
Block a user