This commit is contained in:
xyy
2026-06-17 23:08:06 +08:00
parent 723a5a0ea7
commit 92a480834a
7 changed files with 196 additions and 48 deletions

View File

@@ -24,5 +24,17 @@ namespace AciTester.Models
[ObservableProperty]
private float temperatureProtect = 40.0f; // D1084
// 新增校准开关状态
[ObservableProperty]
private bool flowCalibrationEnabled; // M1300
[ObservableProperty]
private bool pumpPressureCalibrationEnabled; // M1302
[ObservableProperty]
private bool impactorPressureCalibrationEnabled; // M1303
}
}