namespace RuleEngine.Constants { public static class DeviceConfig { public const double SPOOFING_THRESH_DISTANCE = 10; public const double STOP_SPEED_LIMIT = 15; public const double SECONDS_SET_CAR_STOP = 900; // 15 phĂșt public const int MAX_DISTANCE = 50; public const double MAX_DISTANCE_STOP = 0.01; } }