diff -r 5770478e1fe3 -r 0e8c6c2f4777 Server/Actions/ActionCecDeviceStandby.cs --- a/Server/Actions/ActionCecDeviceStandby.cs Tue Jul 26 15:30:46 2016 +0200 +++ b/Server/Actions/ActionCecDeviceStandby.cs Wed Jul 27 11:07:35 2016 +0200 @@ -15,18 +15,12 @@ public class ActionCecDeviceStandby : ActionCecDevice { /// - /// + /// Build a user readable string to describe this action. /// /// public override string Brief() { - if (Device == CecLogicalAddress.Broadcast) - { - //Because of duplicated values it would display Unregistered - return "CEC Standby Broadcast"; - } - - return "CEC Standby " + Device.ToString(); + return "CEC Standby " + DeviceName; } ///