Server/Actions/ActionCecDevicePowerOn.cs
changeset 231 4c706feaf706
parent 228 6a84d8282226
child 253 2dae7a163fff
     1.1 --- a/Server/Actions/ActionCecDevicePowerOn.cs	Sun Jul 31 12:03:52 2016 +0200
     1.2 +++ b/Server/Actions/ActionCecDevicePowerOn.cs	Fri Aug 12 20:25:05 2016 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  namespace SharpDisplayManager
     1.5  {
     1.6      [DataContract]
     1.7 -    [AttributeAction(Id = "Cec.Device.PowerOn", Name = "CEC Device Power On", Description = "Turns on the specified CEC device on your HDMI bus.")]
     1.8 +    [AttributeObject(Id = "Cec.Device.PowerOn", Name = "CEC Device Power On", Description = "Turns on the specified CEC device on your HDMI bus.")]
     1.9      public class ActionCecDevicePowerOn : ActionCecDevice
    1.10      {
    1.11          /// <summary>