zwave-js 14.3.2 → 14.3.3

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.
@@ -1,3 +1,3 @@
1
- export declare const PACKAGE_VERSION = "14.3.2";
1
+ export declare const PACKAGE_VERSION = "14.3.3";
2
2
  export declare const PACKAGE_NAME = "zwave-js";
3
3
  //# sourceMappingURL=_version.d.ts.map
@@ -1,4 +1,4 @@
1
1
  // This file is auto-generated by the codegen maintenance script
2
- export const PACKAGE_VERSION = "14.3.2";
2
+ export const PACKAGE_VERSION = "14.3.3";
3
3
  export const PACKAGE_NAME = "zwave-js";
4
4
  //# sourceMappingURL=_version.js.map
@@ -1804,7 +1804,7 @@ export class Driver extends TypedEventEmitter {
1804
1804
  if (isUint8Array(ccArgs.parameters)) {
1805
1805
  msg.parameters = buffer2hex(ccArgs.parameters);
1806
1806
  }
1807
- else if (ccArgs.parameters instanceof Duration) {
1807
+ else if (Duration.isDuration(ccArgs.parameters)) {
1808
1808
  msg.duration = ccArgs.parameters.toString();
1809
1809
  }
1810
1810
  else if (isObject(ccArgs.parameters)) {