Calibration remount detector: soft disable (#27993)

* Calibration remount detector: soft disable

* Update test_calibrationd.py
old-commit-hash: a979a54cf9ce02610cc0999a52a9fbed2f7d4cbb
This commit is contained in:
Harald Schäfer
2023-04-22 00:27:20 +00:00
committed by GitHub
parent eda466a388
commit 73e00a05ac
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -719,7 +719,7 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
EventName.calibrationIncomplete: {
ET.PERMANENT: calibration_incomplete_alert,
ET.SOFT_DISABLE: soft_disable_alert("Calibration in Progress"),
ET.SOFT_DISABLE: soft_disable_alert("Device remount detected: recalibrating"),
ET.NO_ENTRY: NoEntryAlert("Calibration in Progress"),
},