Index: dialin/ui/hd_simulator.py =================================================================== diff -u -rd78c6ab981079603365e5b62fac433183aa3e03a -r00cce1e9811f41d0ea132ca2ff0aa4c892e83600 --- dialin/ui/hd_simulator.py (.../hd_simulator.py) (revision d78c6ab981079603365e5b62fac433183aa3e03a) +++ dialin/ui/hd_simulator.py (.../hd_simulator.py) (revision 00cce1e9811f41d0ea132ca2ff0aa4c892e83600) @@ -1257,7 +1257,7 @@ timeout_countdown: int, is_completed: bool) -> None: """ the rinseback state change Response message method - | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(F32) | #2:(F32) | #3:(U32) | #4:(U32) | #5:(U32) | #5:(U32) | + | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(F32) | #2:(F32) | #3:(U32) | #4:(U32) | #5:(U32) | #6:(U32) | |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: |:--: |:--: | |0x5600| 0x020 | 6 | 1Hz | N | HD | UI | Rinseback progress data | \ref Data::mTarget | \ref Data::mCurrent | \ref Data::mRate | \ref Data::mTimeoutTotal | \ref Data::mTimeoutCountDown | \ref Data::is_completed |