1
0

HydrawiseConnectionType.js 558 B

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