@apocaliss92/scrypted-reolink-native 0.4.35 → 0.4.37
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 +14 -0
- package/dist/main.nodejs.js +1 -1
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
- package/src/accessories/chime.ts +131 -0
- package/src/accessories/index.ts +1 -0
- package/src/camera.ts +54 -2
- package/src/intercom.ts +15 -5
- package/src/utils.ts +1 -0
package/README.md
CHANGED
|
@@ -18,6 +18,20 @@ Videoclips are available as opt-in with auto-download possibilites to fasten the
|
|
|
18
18
|
|
|
19
19
|
Multifocal cameras (such as Trackmix) will be provided with a combined stream in PIP-mode
|
|
20
20
|
|
|
21
|
+
## Accessory devices
|
|
22
|
+
|
|
23
|
+
For supported cameras, the plugin automatically creates sub-devices:
|
|
24
|
+
|
|
25
|
+
| Accessory | Capability | Description |
|
|
26
|
+
|---|---|---|
|
|
27
|
+
| Motion-Siren | `hasSiren` | Triggers siren when motion is detected |
|
|
28
|
+
| Siren | `hasSiren` | Direct siren on/off control |
|
|
29
|
+
| Motion-Floodlight | `hasFloodlight` | Turns on floodlight on motion |
|
|
30
|
+
| Floodlight | `hasFloodlight` | Direct floodlight on/off + brightness control |
|
|
31
|
+
| PIR | `hasPir` | PIR sensor enable/disable with sensitivity settings |
|
|
32
|
+
| Autotracking | `hasAutotracking` | Enable/disable PTZ smart-tracking |
|
|
33
|
+
| Chime | `hasChime` | Ring the paired wireless chime on the doorbell (configurable chime ID and ringtone ID) |
|
|
34
|
+
|
|
21
35
|
☕️ If this extension works well for you, consider buying me a coffee. Thanks!
|
|
22
36
|
[Buy me a coffee!](https://buymeacoffee.com/apocaliss92)
|
|
23
37
|
|