Skip to content

Commit 4607dab

Browse files
Smoke/CO: Update zap
fix UnitTesting cluster
1 parent d769525 commit 4607dab

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

examples/smoke-co-alarm-app/smoke-co-alarm-common/smoke-co-alarm-app.matter

+3
Original file line numberDiff line numberDiff line change
@@ -1797,6 +1797,9 @@ server cluster UnitTesting = 4294048773 {
17971797
BOOLEAN arg3 = 2;
17981798
}
17991799

1800+
command Test(): DefaultSuccess = 0;
1801+
command TestNotHandled(): DefaultSuccess = 1;
1802+
command TestSpecific(): TestSpecificResponse = 2;
18001803
command TestEmitTestEventRequest(TestEmitTestEventRequestRequest): TestEmitTestEventResponse = 20;
18011804
}
18021805

examples/smoke-co-alarm-app/smoke-co-alarm-common/smoke-co-alarm-app.zap

+3-3
Original file line numberDiff line numberDiff line change
@@ -7013,23 +7013,23 @@
70137013
"code": 0,
70147014
"mfgCode": null,
70157015
"source": "client",
7016-
"incoming": 0,
7016+
"incoming": 1,
70177017
"outgoing": 1
70187018
},
70197019
{
70207020
"name": "TestNotHandled",
70217021
"code": 1,
70227022
"mfgCode": null,
70237023
"source": "client",
7024-
"incoming": 0,
7024+
"incoming": 1,
70257025
"outgoing": 1
70267026
},
70277027
{
70287028
"name": "TestSpecific",
70297029
"code": 2,
70307030
"mfgCode": null,
70317031
"source": "client",
7032-
"incoming": 0,
7032+
"incoming": 1,
70337033
"outgoing": 1
70347034
},
70357035
{

0 commit comments

Comments
 (0)