UNPKG

@golemio/energetics

Version:
17 lines 612 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.aveApiDeviceDataJsonSchema = void 0; exports.aveApiDeviceDataJsonSchema = { type: "array", items: { type: "object", properties: { StandardTime: { type: "string" }, OperatingAmount: { type: "number" }, ConvertDifference: { type: "number" }, OperatingDifference: { type: "number" }, }, required: ["StandardTime", "OperatingAmount", "ConvertDifference", "OperatingDifference"], }, }; //# sourceMappingURL=AveApiDeviceDataJsonSchema.js.map