@apocaliss92/scrypted-advanced-notifier 4.1.35 → 4.2.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.
- package/CHANGELOG.md +7 -1
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1
1
|
<details>
|
2
2
|
<summary>Changelog</summary>
|
3
3
|
|
4
|
+
### 4.2.0
|
5
|
+
- Events app released. It is available as dashboard link as well as PWA app. It has events and videoclips views across all the possible source (NVR, Frigate, ...). Live view is still on initial stages
|
6
|
+
- Telegram notifier supported
|
7
|
+
- Audio rules improved a lot! They will now take into account analyzed sampling values and not only peaks
|
8
|
+
- Fixed many issues when MQTT was not available initially and would crash the plugin
|
9
|
+
- Plugin will not store relevant events to make them available in the web APP
|
10
|
+
|
4
11
|
### 3.7.21
|
5
12
|
- Add detection clips to the camera clips
|
6
13
|
|
@@ -17,7 +24,6 @@
|
|
17
24
|
### 3.7.0
|
18
25
|
- Add full support to Frigate detections, in combination with `Scrypted Frigate Bridge` will be possible to import frigate events into scrypted and use this plugin fully with them. Particularly interesting audio classifications and bird classification (untested, will need some test data). Snapshots are as well imported from Frigate, videoclips for accelerated GIFs will be coming soon
|
19
26
|
- Motion reporting to MQTT reduced drastically to 5 seconds
|
20
|
-
- Audio detection rules deprecated, will be integrated soon in the detection rules
|
21
27
|
- Restructure of FS folders, old timelapses will be lost due to technical reasons
|
22
28
|
- Decoder usage changed, if any rule requires a videoclip will be permanent. If enabled on the camera for snapshots will be run only when motion is triggered
|
23
29
|
- Fix annoying MQTT bug where switch/buttons were persisted on the broker and would change state of entities randomly. Plugin will remove automatically those messages
|
package/dist/plugin.zip
CHANGED
Binary file
|
package/package.json
CHANGED