@apocaliss92/scrypted-reolink-native 0.3.2 → 0.3.4
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 +6 -1
- package/dist/main.nodejs.js +1 -1
- package/dist/plugin.zip +0 -0
- package/package.json +5 -1
- package/src/camera.ts +4 -4
- package/src/main.ts +23 -1
- package/src/utils.ts +4 -2
package/README.md
CHANGED
|
@@ -16,4 +16,9 @@ All the devices will be offered of RTSP and RTMP streams when available, and Nat
|
|
|
16
16
|
|
|
17
17
|
Videoclips are available as opt-in with auto-download possibilites to fasten the loading. Since Reolink does nto store snapshots, scrypted will generate them when the clip is requested for the first time or on a schedule (settings available for that)
|
|
18
18
|
|
|
19
|
-
Multifocal cameras (such as Trackmix) will be provided with a combined stream in PIP-mode
|
|
19
|
+
Multifocal cameras (such as Trackmix) will be provided with a combined stream in PIP-mode
|
|
20
|
+
|
|
21
|
+
☕️ If this extension works well for you, consider buying me a coffee. Thanks!
|
|
22
|
+
[Buy me a coffee!](https://buymeacoffee.com/apocaliss92)
|
|
23
|
+
|
|
24
|
+
[For requests and bugs](https://github.com/apocaliss92/scrypted-reolink-native)
|