UNPKG

@c8y/client

Version:

Client application programming interface to access the Cumulocity IoT-Platform REST services.

10 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.aggregationType = void 0; var aggregationType; (function (aggregationType) { aggregationType["MINUTELY"] = "MINUTELY"; aggregationType["HOURLY"] = "HOURLY"; aggregationType["DAILY"] = "DAILY"; })(aggregationType || (exports.aggregationType = aggregationType = {})); //# sourceMappingURL=ISeriesFilter.js.map