Fixing EAR event edition.
EAR HID event now displays 'Press a key' if not valid.
4 using System.Collections.Generic;
6 using System.Runtime.InteropServices;
7 using System.Runtime.Serialization;
9 using System.Threading.Tasks;
11 namespace SharpDisplayManager
14 /// Abstract CEC action using a device type.
17 public abstract class ActionCecDeviceType : SharpLib.Ear.Action
20 [AttributeObjectProperty
22 Id = "CEC.DeviceType",
24 Description = "The device type used by this action."
27 public CecDeviceType DeviceType { get; set; }