You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Uses the connection host to connect to the RTSP Stream. This is required in stacked UNVR configurations. Disabling this setting will always use the configured Unifi Protect IP as the RTSP stream IP.',
571
+
type: 'boolean',
572
+
},
573
+
debugLog: {
574
+
title: 'Debug Log',
575
+
description: 'Enable debug log to see additional logging.',
576
+
group: 'Advanced',
577
+
type: 'boolean',
578
+
},
579
+
});
580
+
546
581
asyncgetSettings(): Promise<Setting[]>{
547
-
constret: Setting[]=[
548
-
{
549
-
key: 'username',
550
-
title: 'Username',
551
-
value: this.getSetting('username')||'',
552
-
},
553
-
{
554
-
key: 'password',
555
-
title: 'Password',
556
-
type: 'password',
557
-
value: this.getSetting('password')||'',
558
-
},
559
-
{
560
-
key: 'ip',
561
-
title: 'Unifi Protect IP',
562
-
placeholder: '192.168.1.100',
563
-
value: this.getSetting('ip')||'',
564
-
},
565
-
{
566
-
key: 'useConnectionHost',
567
-
title: 'Use Connection Host',
568
-
description: 'Uses the connection host to connect to the RTSP Stream. This is required in stacked UNVR configurations. Disabling this setting will always use the configured Unifi Protect IP as the RTSP stream IP.',
description: 'To add more than one Unifi Protect application, you will need to migrate the plugin to multi-application mode. Type "MIGRATE" in the textbox to confirm.',
0 commit comments