@apocaliss92/scrypted-reolink-native 0.1.8 → 0.1.9
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/main.nodejs.js +1 -1
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
- package/src/common.ts +0 -1
- package/src/nvr.ts +248 -326
- package/logs.txt +0 -7361
package/dist/plugin.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/src/common.ts
CHANGED
|
@@ -1333,7 +1333,6 @@ export abstract class CommonCameraMixin extends ScryptedDeviceBase implements Vi
|
|
|
1333
1333
|
async ensureClient(): Promise<ReolinkBaichuanApi> {
|
|
1334
1334
|
// If camera is connected to NVR, use NVR's shared Baichuan connection
|
|
1335
1335
|
if (this.nvrDevice) {
|
|
1336
|
-
const logger = this.getLogger();
|
|
1337
1336
|
return await this.nvrDevice.ensureBaichuanClient();
|
|
1338
1337
|
}
|
|
1339
1338
|
|