Diag: Temperatur warning: E004 (Error) -> W004 (Warning)
This commit is contained in:
parent
7b25f86d6b
commit
d66363da46
@ -343,7 +343,7 @@ void DeviceControllerDiag::sub_componentAssessment()
|
|||||||
}
|
}
|
||||||
if (modCond.temper>=200) {
|
if (modCond.temper>=200) {
|
||||||
flag_sendOperate = false;
|
flag_sendOperate = false;
|
||||||
this->private_sendDiagEvent(DeviceController::State::E004);
|
this->private_sendDiagEvent(DeviceController::State::W004);
|
||||||
}
|
}
|
||||||
|
|
||||||
// check for warnings
|
// check for warnings
|
||||||
|
Loading…
Reference in New Issue
Block a user