Disable some operation detectors.

This commit is contained in:
ngfrolov 2023-02-15 18:03:23 +05:00
parent 7779116c8a
commit b3c1f0ae9e
Signed by: ng.frolov
GPG Key ID: E99907A0357B29A7

View File

@ -23,13 +23,13 @@ namespace AsbCloudInfrastructure.Services.DetectOperations
{
new DetectorRotor(),
new DetectorSlide(),
new DetectorDevelopment(),
new DetectorTemplating(),
//new DetectorDevelopment(),
//new DetectorTemplating(),
new DetectorSlipsTime(),
new DetectorStaticSurveying(),
new DetectorFlashingBeforeConnection(),
new DetectorFlashing(),
new DetectorTemplatingWhileDrilling(),
//new DetectorStaticSurveying(),
//new DetectorFlashingBeforeConnection(),
//new DetectorFlashing(),
//new DetectorTemplatingWhileDrilling(),
};
public static WorkPeriodic MakeWork()