UNPKG

zwave-js

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

37 lines (36 loc) 1.71 kB
"use strict"; 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 Types_exports = {}; __export(Types_exports, { OTWFirmwareUpdateStatus: () => OTWFirmwareUpdateStatus }); module.exports = __toCommonJS(Types_exports); var OTWFirmwareUpdateStatus; (function(OTWFirmwareUpdateStatus2) { OTWFirmwareUpdateStatus2[OTWFirmwareUpdateStatus2["Error_Timeout"] = 0] = "Error_Timeout"; OTWFirmwareUpdateStatus2[OTWFirmwareUpdateStatus2["Error_RetryLimitReached"] = 1] = "Error_RetryLimitReached"; OTWFirmwareUpdateStatus2[OTWFirmwareUpdateStatus2["Error_Aborted"] = 2] = "Error_Aborted"; OTWFirmwareUpdateStatus2[OTWFirmwareUpdateStatus2["Error_NotSupported"] = 3] = "Error_NotSupported"; OTWFirmwareUpdateStatus2[OTWFirmwareUpdateStatus2["OK"] = 255] = "OK"; })(OTWFirmwareUpdateStatus || (OTWFirmwareUpdateStatus = {})); // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { OTWFirmwareUpdateStatus }); //# sourceMappingURL=_Types.js.map