Starting renaming to HTCIC.
Setup update and test.
4 using System.Collections.Generic;
5 using System.Diagnostics;
7 using System.Runtime.Serialization;
9 using System.Threading.Tasks;
11 namespace SharpDisplayManager
14 [AttributeObject(Id = "Cec.Open", Name = "CEC Open", Description = "Open CEC connection.")]
15 class ActionCecOpen : SharpLib.Ear.Action
17 protected override async Task DoExecute()
19 if (Cec.Client.Static == null)
21 Trace.WriteLine("WARNING: No CEC client installed.");
25 Cec.Client.Static.Open(1000);