diff -r b2121d03f6f0 -r f60cfcb98c9a Server/Actions/ActionHarmonyCommand.cs --- a/Server/Actions/ActionHarmonyCommand.cs Sun Aug 21 18:35:58 2016 +0200 +++ b/Server/Actions/ActionHarmonyCommand.cs Sun Aug 21 19:31:08 2016 +0200 @@ -15,20 +15,9 @@ class ActionHarmonyCommand : Ear.Action { [DataMember] - [AttributeObjectProperty( - Id = "Harmony.Command.DeviceId", - Name = "Device ID", - Description = "The ID of the device this command is associated with." - )] public string DeviceId { get; set; } = ""; - [DataMember] - [AttributeObjectProperty( - Id = "Harmony.Command.FunctionName", - Name = "Function Name", - Description = "The name of the function defining this command." - )] public string FunctionName { get; set; } = ""; [DataMember]