zwave-js 9.0.5 → 9.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/Utils_safe.d.ts +1 -1
- package/build/Utils_safe.d.ts.map +1 -1
- package/build/Utils_safe.js +13 -6
- package/build/Utils_safe.js.map +1 -1
- package/build/Values.d.ts +2 -2
- package/build/Values.d.ts.map +1 -1
- package/build/Values.js +2 -1
- package/build/Values.js.map +1 -1
- package/package.json +1 -1
package/build/Utils_safe.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Firmware, FirmwareFileFormat, ProtocolDataRate, protocolDataRateToString, Protocols, ProtocolType, ProtocolVersion, RouteProtocolDataRate, } from "@zwave-js/core/safe";
|
|
2
2
|
export { buffer2hex, formatId, getEnumMemberName, num2hex, } from "@zwave-js/shared/safe";
|
|
3
3
|
export { rssiToString } from "./lib/controller/_Types";
|
|
4
4
|
export { formatLifelineHealthCheckRound, formatLifelineHealthCheckSummary, formatRouteHealthCheckRound, formatRouteHealthCheckSummary, healthCheckRatingToWord, } from "./lib/node/HealthCheck";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Utils_safe.d.ts","sourceRoot":"","sources":["../src/Utils_safe.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"Utils_safe.d.ts","sourceRoot":"","sources":["../src/Utils_safe.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,QAAQ,EACR,kBAAkB,EAClB,gBAAgB,EAChB,wBAAwB,EACxB,SAAS,EACT,YAAY,EACZ,eAAe,EACf,qBAAqB,GACrB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACN,UAAU,EACV,QAAQ,EACR,iBAAiB,EACjB,OAAO,GACP,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,EACN,8BAA8B,EAC9B,gCAAgC,EAChC,2BAA2B,EAC3B,6BAA6B,EAC7B,uBAAuB,GACvB,MAAM,wBAAwB,CAAC"}
|
package/build/Utils_safe.js
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.healthCheckRatingToWord = exports.formatRouteHealthCheckSummary = exports.formatRouteHealthCheckRound = exports.formatLifelineHealthCheckSummary = exports.formatLifelineHealthCheckRound = exports.rssiToString = exports.num2hex = exports.getEnumMemberName = exports.formatId = exports.buffer2hex = void 0;
|
|
4
|
-
var safe_1 = require("@zwave-js/
|
|
5
|
-
Object.defineProperty(exports, "
|
|
6
|
-
Object.defineProperty(exports, "
|
|
7
|
-
Object.defineProperty(exports, "
|
|
8
|
-
Object.defineProperty(exports, "
|
|
3
|
+
exports.healthCheckRatingToWord = exports.formatRouteHealthCheckSummary = exports.formatRouteHealthCheckRound = exports.formatLifelineHealthCheckSummary = exports.formatLifelineHealthCheckRound = exports.rssiToString = exports.num2hex = exports.getEnumMemberName = exports.formatId = exports.buffer2hex = exports.RouteProtocolDataRate = exports.ProtocolVersion = exports.ProtocolType = exports.Protocols = exports.protocolDataRateToString = exports.ProtocolDataRate = void 0;
|
|
4
|
+
var safe_1 = require("@zwave-js/core/safe");
|
|
5
|
+
Object.defineProperty(exports, "ProtocolDataRate", { enumerable: true, get: function () { return safe_1.ProtocolDataRate; } });
|
|
6
|
+
Object.defineProperty(exports, "protocolDataRateToString", { enumerable: true, get: function () { return safe_1.protocolDataRateToString; } });
|
|
7
|
+
Object.defineProperty(exports, "Protocols", { enumerable: true, get: function () { return safe_1.Protocols; } });
|
|
8
|
+
Object.defineProperty(exports, "ProtocolType", { enumerable: true, get: function () { return safe_1.ProtocolType; } });
|
|
9
|
+
Object.defineProperty(exports, "ProtocolVersion", { enumerable: true, get: function () { return safe_1.ProtocolVersion; } });
|
|
10
|
+
Object.defineProperty(exports, "RouteProtocolDataRate", { enumerable: true, get: function () { return safe_1.RouteProtocolDataRate; } });
|
|
11
|
+
var safe_2 = require("@zwave-js/shared/safe");
|
|
12
|
+
Object.defineProperty(exports, "buffer2hex", { enumerable: true, get: function () { return safe_2.buffer2hex; } });
|
|
13
|
+
Object.defineProperty(exports, "formatId", { enumerable: true, get: function () { return safe_2.formatId; } });
|
|
14
|
+
Object.defineProperty(exports, "getEnumMemberName", { enumerable: true, get: function () { return safe_2.getEnumMemberName; } });
|
|
15
|
+
Object.defineProperty(exports, "num2hex", { enumerable: true, get: function () { return safe_2.num2hex; } });
|
|
9
16
|
var _Types_1 = require("./lib/controller/_Types");
|
|
10
17
|
Object.defineProperty(exports, "rssiToString", { enumerable: true, get: function () { return _Types_1.rssiToString; } });
|
|
11
18
|
var HealthCheck_1 = require("./lib/node/HealthCheck");
|
package/build/Utils_safe.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Utils_safe.js","sourceRoot":"","sources":["../src/Utils_safe.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Utils_safe.js","sourceRoot":"","sources":["../src/Utils_safe.ts"],"names":[],"mappings":";;;AAAA,4CAS6B;AAN5B,wGAAA,gBAAgB,OAAA;AAChB,gHAAA,wBAAwB,OAAA;AACxB,iGAAA,SAAS,OAAA;AACT,oGAAA,YAAY,OAAA;AACZ,uGAAA,eAAe,OAAA;AACf,6GAAA,qBAAqB,OAAA;AAEtB,8CAK+B;AAJ9B,kGAAA,UAAU,OAAA;AACV,gGAAA,QAAQ,OAAA;AACR,yGAAA,iBAAiB,OAAA;AACjB,+FAAA,OAAO,OAAA;AAER,kDAAuD;AAA9C,sGAAA,YAAY,OAAA;AACrB,sDAMgC;AAL/B,6HAAA,8BAA8B,OAAA;AAC9B,+HAAA,gCAAgC,OAAA;AAChC,0HAAA,2BAA2B,OAAA;AAC3B,4HAAA,6BAA6B,OAAA;AAC7B,sHAAA,uBAAuB,OAAA"}
|
package/build/Values.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export type { Scale, SensorType } from "@zwave-js/config";
|
|
2
|
-
export { ValueMetadata } from "@zwave-js/core/safe";
|
|
3
|
-
export type {
|
|
2
|
+
export { Duration, ValueMetadata } from "@zwave-js/core/safe";
|
|
3
|
+
export type { DurationUnit, ValueID, ValueMetadataAny, ValueMetadataBoolean, ValueMetadataNumeric, ValueMetadataString, ValueType, } from "@zwave-js/core/safe";
|
|
4
4
|
export type { TranslatedValueID, ZWaveNodeMetadataUpdatedArgs, ZWaveNodeValueAddedArgs, ZWaveNodeValueNotificationArgs, ZWaveNodeValueRemovedArgs, ZWaveNodeValueUpdatedArgs, } from "./lib/node/_Types";
|
|
5
5
|
export type { SetbackState } from "./lib/values/SetbackState";
|
|
6
6
|
export type { Switchpoint } from "./lib/values/Switchpoint";
|
package/build/Values.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Values.d.ts","sourceRoot":"","sources":["../src/Values.ts"],"names":[],"mappings":"AAEA,YAAY,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"Values.d.ts","sourceRoot":"","sources":["../src/Values.ts"],"names":[],"mappings":"AAEA,YAAY,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAC9D,YAAY,EACX,YAAY,EACZ,OAAO,EACP,gBAAgB,EAChB,oBAAoB,EACpB,oBAAoB,EACpB,mBAAmB,EACnB,SAAS,GACT,MAAM,qBAAqB,CAAC;AAC7B,YAAY,EACX,iBAAiB,EACjB,4BAA4B,EAC5B,uBAAuB,EACvB,8BAA8B,EAC9B,yBAAyB,EACzB,yBAAyB,GACzB,MAAM,mBAAmB,CAAC;AAC3B,YAAY,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,YAAY,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC"}
|
package/build/Values.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// TODO: auto-generate this
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.ValueMetadata = void 0;
|
|
4
|
+
exports.ValueMetadata = exports.Duration = void 0;
|
|
5
5
|
var safe_1 = require("@zwave-js/core/safe");
|
|
6
|
+
Object.defineProperty(exports, "Duration", { enumerable: true, get: function () { return safe_1.Duration; } });
|
|
6
7
|
Object.defineProperty(exports, "ValueMetadata", { enumerable: true, get: function () { return safe_1.ValueMetadata; } });
|
|
7
8
|
//# sourceMappingURL=Values.js.map
|
package/build/Values.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Values.js","sourceRoot":"","sources":["../src/Values.ts"],"names":[],"mappings":";AAAA,2BAA2B;;;AAG3B,
|
|
1
|
+
{"version":3,"file":"Values.js","sourceRoot":"","sources":["../src/Values.ts"],"names":[],"mappings":";AAAA,2BAA2B;;;AAG3B,4CAA8D;AAArD,gGAAA,QAAQ,OAAA;AAAE,qGAAA,aAAa,OAAA"}
|