tello-custom-ip
Version:
Tello drone client with custom IP address support, forked from @0x77/tellots
13 lines • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommandType = void 0;
/**
* Command types used to determine default parsing behavior
*/
var CommandType;
(function (CommandType) {
CommandType["READ"] = "read";
CommandType["CONTROL"] = "control";
CommandType["SET"] = "set";
})(CommandType || (exports.CommandType = CommandType = {}));
//# sourceMappingURL=types.js.map