signalk-parquet
Version:
SignalK plugin to save marine data directly to Parquet files with regimen-based control
11 lines • 420 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommandStatus = void 0;
var CommandStatus;
(function (CommandStatus) {
CommandStatus["ACTIVE"] = "ACTIVE";
CommandStatus["INACTIVE"] = "INACTIVE";
CommandStatus["PENDING"] = "PENDING";
CommandStatus["ERROR"] = "ERROR";
})(CommandStatus || (exports.CommandStatus = CommandStatus = {}));
//# sourceMappingURL=types.js.map