UNPKG

@pietrolubini/homebridge-ecoflow

Version:
10 lines 537 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeltaPro3AcEnableType = void 0; var DeltaPro3AcEnableType; (function (DeltaPro3AcEnableType) { DeltaPro3AcEnableType[DeltaPro3AcEnableType["Off"] = 0] = "Off"; DeltaPro3AcEnableType[DeltaPro3AcEnableType["On"] = 2] = "On"; DeltaPro3AcEnableType[DeltaPro3AcEnableType["Ignore"] = 255] = "Ignore"; })(DeltaPro3AcEnableType || (exports.DeltaPro3AcEnableType = DeltaPro3AcEnableType = {})); //# sourceMappingURL=deltaPro3HttpApiContracts.js.map