namespace Inspectron.HawkEye.Protocol.Interfaces { public interface ILightControl { void SetLight(int pwm1, int pwm2); } }