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 DetectorRotor(),
new DetectorSlide(), new DetectorSlide(),
new DetectorDevelopment(), //new DetectorDevelopment(),
new DetectorTemplating(), //new DetectorTemplating(),
new DetectorSlipsTime(), new DetectorSlipsTime(),
new DetectorStaticSurveying(), //new DetectorStaticSurveying(),
new DetectorFlashingBeforeConnection(), //new DetectorFlashingBeforeConnection(),
new DetectorFlashing(), //new DetectorFlashing(),
new DetectorTemplatingWhileDrilling(), //new DetectorTemplatingWhileDrilling(),
}; };
public static WorkPeriodic MakeWork() public static WorkPeriodic MakeWork()