@apocaliss92/nodelink-js 0.2.1 → 0.2.2
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 -1
- package/dist/{DiagnosticsTools-NUMCYEKQ.js → DiagnosticsTools-FNLGCOVA.js} +2 -2
- package/dist/{chunk-PCPEXOWB.js → chunk-MN7GUZT7.js} +750 -213
- package/dist/chunk-MN7GUZT7.js.map +1 -0
- package/dist/{chunk-YPU7RAEY.js → chunk-NLTB7GTA.js} +17 -1
- package/dist/{chunk-YPU7RAEY.js.map → chunk-NLTB7GTA.js.map} +1 -1
- package/dist/cli/rtsp-server.cjs +747 -210
- package/dist/cli/rtsp-server.cjs.map +1 -1
- package/dist/cli/rtsp-server.js +2 -2
- package/dist/index.cjs +771 -212
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +235 -12
- package/dist/index.d.ts +249 -11
- package/dist/index.js +26 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-PCPEXOWB.js.map +0 -1
- /package/dist/{DiagnosticsTools-NUMCYEKQ.js.map → DiagnosticsTools-FNLGCOVA.js.map} +0 -0
package/README.md
CHANGED
|
@@ -286,7 +286,7 @@ For detailed method-by-method documentation, see the [documentation](./documenta
|
|
|
286
286
|
| [Intercom](./documentation/baichuan-api/intercom.md) | Two-way audio, talk sessions |
|
|
287
287
|
| [Snapshots](./documentation/baichuan-api/snapshots.md) | Capture images, thumbnails |
|
|
288
288
|
| [Detection](./documentation/baichuan-api/detection.md) | Motion, AI, PIR, autotracking settings |
|
|
289
|
-
| [Lights](./documentation/baichuan-api/lights.md)
|
|
289
|
+
| [Lights & Chime](./documentation/baichuan-api/lights.md) | Spotlight, floodlight, siren, chime/DingDong |
|
|
290
290
|
| [Battery](./documentation/baichuan-api/battery.md) | Battery status, sleep/wake management |
|
|
291
291
|
| [OSD](./documentation/baichuan-api/osd.md) | On-screen display configuration |
|
|
292
292
|
| [Network](./documentation/baichuan-api/network.md) | Network, WiFi, storage, system settings |
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
runMultifocalDiagnosticsConsecutively,
|
|
10
10
|
sampleStreams,
|
|
11
11
|
testChannelStreams
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-NLTB7GTA.js";
|
|
13
13
|
export {
|
|
14
14
|
collectCgiDiagnostics,
|
|
15
15
|
collectMultifocalDiagnostics,
|
|
@@ -22,4 +22,4 @@ export {
|
|
|
22
22
|
sampleStreams,
|
|
23
23
|
testChannelStreams
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=DiagnosticsTools-
|
|
25
|
+
//# sourceMappingURL=DiagnosticsTools-FNLGCOVA.js.map
|