@golemio/pid
Version:
Golemio PID Module
8 lines • 453 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TRIP_GAP_MINUTES_THRESHOLD = exports.DEPARTURED_MINUTES_THRESHOLD = exports.START_SOON_METRO_MINUTES_THRESHOLD = exports.START_SOON_MINUTES_THRESHOLD = void 0;
exports.START_SOON_MINUTES_THRESHOLD = 30;
exports.START_SOON_METRO_MINUTES_THRESHOLD = 5;
exports.DEPARTURED_MINUTES_THRESHOLD = -2;
exports.TRIP_GAP_MINUTES_THRESHOLD = 60;
//# sourceMappingURL=const.js.map