@apocaliss92/scrypted-reolink-native 0.1.29 → 0.1.30

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/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apocaliss92/scrypted-reolink-native",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "description": "Use any reolink camera with Scrypted, even older/unsupported models without HTTP protocol support",
5
5
  "author": "@apocaliss92",
6
6
  "license": "Apache",
package/src/main.ts CHANGED
@@ -57,7 +57,7 @@ class ReolinkNativePlugin extends ScryptedDeviceBase implements DeviceProvider,
57
57
  },
58
58
  );
59
59
 
60
- this.console.log(`[AutoDetect] Detected device type: ${detection.type} (transport: ${detection.transport})`);
60
+ this.console.log(`[AutoDetect] Detected device type ${detection.type} on transport ${detection.transport}: ${JSON.stringify(detection.deviceInfo)}`);
61
61
 
62
62
  // Handle multi-focal device case
63
63
  if (detection.type === 'multifocal') {