From 4607dab749967376cf23c8f5e0010344ecf8221c Mon Sep 17 00:00:00 2001 From: Hare Date: Fri, 30 Jun 2023 11:07:55 +0800 Subject: [PATCH] Smoke/CO: Update zap fix UnitTesting cluster --- .../smoke-co-alarm-common/smoke-co-alarm-app.matter | 3 +++ .../smoke-co-alarm-common/smoke-co-alarm-app.zap | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/examples/smoke-co-alarm-app/smoke-co-alarm-common/smoke-co-alarm-app.matter b/examples/smoke-co-alarm-app/smoke-co-alarm-common/smoke-co-alarm-app.matter index e38bf85d09aa02..89532b00096c9f 100644 --- a/examples/smoke-co-alarm-app/smoke-co-alarm-common/smoke-co-alarm-app.matter +++ b/examples/smoke-co-alarm-app/smoke-co-alarm-common/smoke-co-alarm-app.matter @@ -1797,6 +1797,9 @@ server cluster UnitTesting = 4294048773 { BOOLEAN arg3 = 2; } + command Test(): DefaultSuccess = 0; + command TestNotHandled(): DefaultSuccess = 1; + command TestSpecific(): TestSpecificResponse = 2; command TestEmitTestEventRequest(TestEmitTestEventRequestRequest): TestEmitTestEventResponse = 20; } diff --git a/examples/smoke-co-alarm-app/smoke-co-alarm-common/smoke-co-alarm-app.zap b/examples/smoke-co-alarm-app/smoke-co-alarm-common/smoke-co-alarm-app.zap index 4413b363d2c19b..262eb5aed5462c 100644 --- a/examples/smoke-co-alarm-app/smoke-co-alarm-common/smoke-co-alarm-app.zap +++ b/examples/smoke-co-alarm-app/smoke-co-alarm-common/smoke-co-alarm-app.zap @@ -7013,7 +7013,7 @@ "code": 0, "mfgCode": null, "source": "client", - "incoming": 0, + "incoming": 1, "outgoing": 1 }, { @@ -7021,7 +7021,7 @@ "code": 1, "mfgCode": null, "source": "client", - "incoming": 0, + "incoming": 1, "outgoing": 1 }, { @@ -7029,7 +7029,7 @@ "code": 2, "mfgCode": null, "source": "client", - "incoming": 0, + "incoming": 1, "outgoing": 1 }, {