@mega-yfue/eufy-sdk 0.1.0-beta.0 → 0.1.0
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.
|
@@ -387,7 +387,7 @@ export declare class P2PCommandRouter {
|
|
|
387
387
|
/**
|
|
388
388
|
* **Continuous fragmented-MP4 recording** — attach a consumer to the device's shared live source and
|
|
389
389
|
* yield CMAF fragments (init segment first, then a `moof`+`mdat` per keyframe boundary) muxed by the
|
|
390
|
-
* dependency-free
|
|
390
|
+
* dependency-free internal fMP4 muxer. The returned recording handle exposes battery-budget notices
|
|
391
391
|
* and detaches its consumer on `stop`, iterator return, or iterator throw. No ffmpeg.
|
|
392
392
|
*/
|
|
393
393
|
recordFragments(sn: string, opts?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mega-yfue/eufy-sdk",
|
|
3
|
-
"version": "0.1.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "One typed TypeScript client for the Anker eufy v6 cloud — capability-driven devices, realtime events over P2P/MQTT/push, and live media",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "mega-yfue",
|