Diag: restart carun is M0255 (was W255)

This commit is contained in:
2025-07-29 15:46:26 +02:00
parent 577411289e
commit 5c40e088aa
2 changed files with 8 additions and 9 deletions

View File

@@ -49,6 +49,7 @@ namespace DeviceController {
M0252, // cashbox door open
M0253, // service or battery door is open
M0254, // no valid data from DC
M0255, // restart carun
E255,
@@ -57,8 +58,6 @@ namespace DeviceController {
W003,
W004,
W255,
INITIAL_STATE
};
Q_ENUM_NS(State)