iobroker.myuplink
Version:
Get data of heat pumps from myUplink.com
142 lines (141 loc) • 3.38 kB
JavaScript
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var ProductRegistrationResponse_exports = {};
__export(ProductRegistrationResponse_exports, {
ProductRegistrationResponse: () => ProductRegistrationResponse
});
module.exports = __toCommonJS(ProductRegistrationResponse_exports);
const _ProductRegistrationResponse = class _ProductRegistrationResponse {
/**
* Returns the attribute type map for the ProductRegistrationResponse class.
*/
static getAttributeTypeMap() {
return _ProductRegistrationResponse.attributeTypeMap;
}
/**
* Constructs a new instance of the ProductRegistrationResponse class.
*/
constructor() {
}
};
_ProductRegistrationResponse.discriminator = void 0;
_ProductRegistrationResponse.attributeTypeMap = [
{
name: "serialNumber",
baseName: "serialNumber",
type: "string",
format: ""
},
{
name: "operatingHours",
baseName: "operatingHours",
type: "number",
format: "int32"
},
{
name: "installationDate",
baseName: "installationDate",
type: "Date",
format: "date-time"
},
{
name: "registrationDate",
baseName: "registrationDate",
type: "Date",
format: "date-time"
},
{
name: "warrantyEndDate",
baseName: "warrantyEndDate",
type: "Date",
format: "date-time"
},
{
name: "customerName",
baseName: "customerName",
type: "string",
format: ""
},
{
name: "userId",
baseName: "userId",
type: "string",
format: "uuid"
},
{
name: "userAddressId",
baseName: "userAddressId",
type: "string",
format: "uuid"
},
{
name: "servicePartnerId",
baseName: "servicePartnerId",
type: "number",
format: "int32"
},
{
name: "userEmail",
baseName: "userEmail",
type: "string",
format: ""
},
{
name: "systemAddressId",
baseName: "systemAddressId",
type: "string",
format: "uuid"
},
{
name: "installerName",
baseName: "installerName",
type: "string",
format: ""
},
{
name: "site",
baseName: "site",
type: "string",
format: ""
},
{
name: "modelName",
baseName: "modelName",
type: "string",
format: ""
},
{
name: "phone",
baseName: "phone",
type: "string",
format: ""
},
{
name: "productName",
baseName: "productName",
type: "string",
format: ""
}
];
let ProductRegistrationResponse = _ProductRegistrationResponse;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
ProductRegistrationResponse
});
//# sourceMappingURL=ProductRegistrationResponse.js.map