diff -r 8c5cf2228e9a -r 4c706feaf706 Server/Actions/ActionCecUserControlReleased.cs --- a/Server/Actions/ActionCecUserControlReleased.cs Sun Jul 31 12:03:52 2016 +0200 +++ b/Server/Actions/ActionCecUserControlReleased.cs Fri Aug 12 20:25:05 2016 +0200 @@ -14,7 +14,7 @@ /// Send a user key press event to the given CEC device. /// [DataContract] - [AttributeAction(Id = "Cec.UserControlReleased", Name = "CEC User Control Released", Description = "Send user control release opcode to a given CEC device.")] + [AttributeObject(Id = "Cec.UserControlReleased", Name = "CEC User Control Released", Description = "Send user control release opcode to a given CEC device.")] public class ActionCecUserControlReleased : ActionCecDevice { @@ -24,7 +24,7 @@ } [DataMember] - [AttributeActionProperty( + [AttributeObjectProperty( Id = "Cec.UserControlPressed.Wait", Name = "Wait", Description = "Wait for that command."