We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc167e6 commit 2f62595Copy full SHA for 2f62595
src/LibCecTray/controller/actions/ConnectToDevice.cs
@@ -78,7 +78,8 @@ public override void Process()
78
79
SendEvent(UpdateEventType.ProgressBar, 20);
80
SendEvent(UpdateEventType.StatusText, Resources.action_sending_power_on);
81
- _lib.PowerOnDevices(CecLogicalAddress.Broadcast);
+ if (_config.WakeDevices.Addresses.Length > 0)
82
+ _lib.PowerOnDevices(CecLogicalAddress.Broadcast);
83
84
if (_lib.IsActiveDevice(CecLogicalAddress.Tv))
85
{
0 commit comments