UNPKG

@golemio/energetics

Version:
15 lines 429 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cemApiDevicesJsonSchema = void 0; exports.cemApiDevicesJsonSchema = { type: "array", items: { type: "object", properties: { me_id: { type: "number" }, me_serial: { type: "string" }, }, required: ["me_id", "me_serial"], }, }; //# sourceMappingURL=CemApiDevicesJsonSchema.js.map