@pietrolubini/homebridge-ecoflow
Version:
Homebridge plugin for EcoFlow devices
9 lines • 313 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpMethod = void 0;
var HttpMethod;
(function (HttpMethod) {
HttpMethod["Get"] = "GET";
HttpMethod["Post"] = "POST";
})(HttpMethod || (exports.HttpMethod = HttpMethod = {}));
//# sourceMappingURL=httpApiContracts.js.map