@ -50,8 +50,9 @@ namespace Rs.MotionPlat.Commom
if(warning)
{
BuzzerManager.Instance.On();
}
LightManger.Instance.SetStatus(ELightStatus.Red);
string logInfo = $"{alarmInfo.CN}";
LogHelper.Debug(logInfo);
EButtonType ret = EButtonType.None;
@ -77,6 +78,7 @@ namespace Rs.MotionPlat.Commom
if (warning)
BuzzerManager.Instance.Off();
LightManger.Instance.SetStatus(ELightStatus.Green);
return ret;