|
@@ -116,12 +116,12 @@ void statusLight(std::string light, std::string status) {
|
|
|
|
|
|
if (status == StatusLightType::COMMON) {
|
|
|
if (callLedEnable == 2) {
|
|
|
- // 不用灯光
|
|
|
- lightControl("CALLLED", "000F");
|
|
|
+ commonLight = "000F";
|
|
|
}
|
|
|
else {
|
|
|
- lightControl("CALLLED", light);
|
|
|
+ commonLight = light;
|
|
|
}
|
|
|
+ lightControl("CALLLED", commonLight);
|
|
|
}
|
|
|
else if (status == StatusLightType::LOCK) {
|
|
|
if (!isStatusLightLock) {
|