HydrawiseConnectionType.js 516 B

12345678910111213
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. /**
  4. * Enumeration for the different types of Hydrawise API bindings: Cloud or Local
  5. * @readonly
  6. * @enum {string}
  7. */
  8. var HydrawiseConnectionType;
  9. (function (HydrawiseConnectionType) {
  10. HydrawiseConnectionType["LOCAL"] = "LOCAL";
  11. HydrawiseConnectionType["CLOUD"] = "CLOUD";
  12. })(HydrawiseConnectionType = exports.HydrawiseConnectionType || (exports.HydrawiseConnectionType = {}));
  13. //# sourceMappingURL=HydrawiseConnectionType.js.map