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,
|
||||
BitDepth = t.BitDepth,
|
||||
RotorSpeed = t.RotorSpeed,
|
||||
AxialLoad = t.AxialLoad,
|
||||
}).ToArray();
|
||||
|
||||
if (detectableTelemetries.Length < gap)
|
||||
|
Loading…
Reference in New Issue
Block a user