UNPKG

@golemio/energetics

Version:
17 lines 550 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.preElectricConsumptionJson = void 0; exports.preElectricConsumptionJson = { type: "array", items: { type: "object", properties: { EAN: { type: "string" }, ELM: { type: "string" }, "Čas měření": { type: "string" }, "Stav [kWh]": { type: "string" }, }, required: ["EAN", "ELM", "Čas měření", "Stav [kWh]"], }, }; //# sourceMappingURL=PreElectricConsumptionJson.js.map