File tree 2 files changed +2
-1
lines changed
examples/rvc-app/rvc-common/pics
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ RVCOPSTATE.S.M.ERR_WATER_TANK_EMPTY=1
40
40
RVCOPSTATE.S.M.ERR_WATER_TANK_MISSING=1
41
41
RVCOPSTATE.S.M.ERR_WATER_TANK_LID_OPEN=1
42
42
RVCOPSTATE.S.M.ERR_MOP_CLEANING_PAD_MISSING=1
43
+ RVCOPSTATE.S.M.RESUME_AFTER_ERR=0
43
44
44
45
RVCRUNM.S=1
45
46
RVCRUNM.S.A0000=1
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ async def test_TC_RVCOPSTATE_2_3(self):
234
234
235
235
await self .send_resume_cmd_with_check (13 , op_errors .kNoError )
236
236
237
- if self .check_pics ("OPSTATE .S.M.RESUME_AFTER_ERR" ):
237
+ if self .check_pics ("RVCOPSTATE .S.M.RESUME_AFTER_ERR" ):
238
238
self .print_instruction (16 , "Manually put the device in the Running state" )
239
239
240
240
await self .read_operational_state_with_check (17 , op_states .kRunning )
You can’t perform that action at this time.
0 commit comments