@apocaliss92/scrypted-reolink-native 0.5.25 → 0.5.27
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/README.md +1 -0
- package/dist/main.nodejs.js +1 -1
- package/dist/plugin.zip +0 -0
- package/package.json +2 -2
- package/src/baichuan-base.ts +15 -55
- package/src/camera.ts +57 -32
- package/src/connect.ts +29 -0
package/README.md
CHANGED
|
@@ -40,6 +40,7 @@ What Auto-configure writes to the camera:
|
|
|
40
40
|
- NVR-attached cameras don't get the E-mail Push settings group — the NVR handles mail centrally. Same for multifocal lens children.
|
|
41
41
|
- Recipients `cam-<unknown>@<domain>` are rejected with SMTP 550 — useful if you regenerate credentials or move a camera between Scrypted hosts.
|
|
42
42
|
- The intake is plain TCP; enable **STARTTLS** in the TLS group if you have `cert.pem`/`key.pem` in the configured TLS directory.
|
|
43
|
+
- Since plugin 0.5.27 / `@apocaliss92/nodelink-js 0.4.32` the SMTP motion routes through the same `onSimpleEvent` stream as native Baichuan push — battery cameras flip `motionDetected` reliably even when the api was disconnected at email arrival time, and the snapshot cache is proactively refreshed on each motion so HA / MQTT image entities serve the trigger frame instead of the previous one.
|
|
43
44
|
|
|
44
45
|
[For requests and bugs](https://github.com/apocaliss92/scrypted-reolink-native)
|
|
45
46
|
|