Commit 4607dab 1 parent d769525 commit 4607dab Copy full SHA for 4607dab
File tree 2 files changed +6
-3
lines changed
examples/smoke-co-alarm-app/smoke-co-alarm-common
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1797,6 +1797,9 @@ server cluster UnitTesting = 4294048773 {
1797
1797
BOOLEAN arg3 = 2;
1798
1798
}
1799
1799
1800
+ command Test(): DefaultSuccess = 0;
1801
+ command TestNotHandled(): DefaultSuccess = 1;
1802
+ command TestSpecific(): TestSpecificResponse = 2;
1800
1803
command TestEmitTestEventRequest(TestEmitTestEventRequestRequest): TestEmitTestEventResponse = 20;
1801
1804
}
1802
1805
Original file line number Diff line number Diff line change 7013
7013
" code" : 0 ,
7014
7014
" mfgCode" : null,
7015
7015
" source" : " client" ,
7016
- " incoming" : 0 ,
7016
+ " incoming" : 1 ,
7017
7017
" outgoing" : 1
7018
7018
},
7019
7019
{
7020
7020
" name" : " TestNotHandled" ,
7021
7021
" code" : 1 ,
7022
7022
" mfgCode" : null,
7023
7023
" source" : " client" ,
7024
- " incoming" : 0 ,
7024
+ " incoming" : 1 ,
7025
7025
" outgoing" : 1
7026
7026
},
7027
7027
{
7028
7028
" name" : " TestSpecific" ,
7029
7029
" code" : 2 ,
7030
7030
" mfgCode" : null,
7031
7031
" source" : " client" ,
7032
- " incoming" : 0 ,
7032
+ " incoming" : 1 ,
7033
7033
" outgoing" : 1
7034
7034
},
7035
7035
{
You can’t perform that action at this time.
0 commit comments