1.1 --- a/Server/Actions/ActionHarmonyCommand.cs Sun Aug 21 18:35:58 2016 +0200
1.2 +++ b/Server/Actions/ActionHarmonyCommand.cs Sun Aug 21 19:31:08 2016 +0200
1.3 @@ -15,20 +15,9 @@
1.4 class ActionHarmonyCommand : Ear.Action
1.5 {
1.6 [DataMember]
1.7 - [AttributeObjectProperty(
1.8 - Id = "Harmony.Command.DeviceId",
1.9 - Name = "Device ID",
1.10 - Description = "The ID of the device this command is associated with."
1.11 - )]
1.12 public string DeviceId { get; set; } = "";
1.13
1.14 -
1.15 [DataMember]
1.16 - [AttributeObjectProperty(
1.17 - Id = "Harmony.Command.FunctionName",
1.18 - Name = "Function Name",
1.19 - Description = "The name of the function defining this command."
1.20 - )]
1.21 public string FunctionName { get; set; } = "";
1.22
1.23 [DataMember]