Skip to content

Commit

Permalink
reolink: support additional trackmix (#1711)
Browse files Browse the repository at this point in the history
* Add support for Trackmix Series W760

* settings restored

* Settings restored

---------

Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com>
  • Loading branch information
apocaliss92 and Gianluca Ruocco authored Jan 27, 2025
1 parent dd0da26 commit f9e1a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/reolink/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,8 @@ class ReolinkCamera extends RtspSmartCamera implements Camera, DeviceProvider, R
[
"Reolink TrackMix PoE",
"Reolink TrackMix WiFi",
"RLC-81MA"
"RLC-81MA",
"Trackmix Series W760"
].includes(deviceInfo?.model)) {
streams.push({
name: '',
Expand Down

0 comments on commit f9e1a94

Please sign in to comment.