hap-nodejs 0.12.3-beta.13 → 0.12.3-beta.14

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.
@@ -606,7 +606,7 @@ class CameraController extends events_1.EventEmitter {
606
606
  reject(-70408 /* HAPStatus.OPERATION_TIMED_OUT */);
607
607
  }, 17000);
608
608
  timeout.unref();
609
- }, 5000);
609
+ }, 8000);
610
610
  timeout.unref();
611
611
  try {
612
612
  this.delegate.handleSnapshotRequest({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hap-nodejs",
3
- "version": "0.12.3-beta.13",
3
+ "version": "0.12.3-beta.14",
4
4
  "description": "HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",