Skip to content

Commit deca2a0

Browse files
authored
fix rvc resume after err pics code (project-chip#32485)
1 parent 1404f80 commit deca2a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/rvc-app/rvc-common/pics/rvc-app-pics-values

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ RVCOPSTATE.S.M.ERR_WATER_TANK_EMPTY=1
4040
RVCOPSTATE.S.M.ERR_WATER_TANK_MISSING=1
4141
RVCOPSTATE.S.M.ERR_WATER_TANK_LID_OPEN=1
4242
RVCOPSTATE.S.M.ERR_MOP_CLEANING_PAD_MISSING=1
43+
RVCOPSTATE.S.M.RESUME_AFTER_ERR=0
4344

4445
RVCRUNM.S=1
4546
RVCRUNM.S.A0000=1

src/python_testing/TC_RVCOPSTATE_2_3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ async def test_TC_RVCOPSTATE_2_3(self):
234234

235235
await self.send_resume_cmd_with_check(13, op_errors.kNoError)
236236

237-
if self.check_pics("OPSTATE.S.M.RESUME_AFTER_ERR"):
237+
if self.check_pics("RVCOPSTATE.S.M.RESUME_AFTER_ERR"):
238238
self.print_instruction(16, "Manually put the device in the Running state")
239239

240240
await self.read_operational_state_with_check(17, op_states.kRunning)

0 commit comments

Comments
 (0)