@golemio/energetics
Version:
Golemio Energetics Module
17 lines • 550 B
JavaScript
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
;