File tree 2 files changed +3
-3
lines changed
src/app/clusters/access-control-server
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ source_set("app-main") {
106
106
]
107
107
108
108
if (current_os != " nuttx" ) {
109
- public_deps += [ jsoncpp_root ]
109
+ public_deps += [ jsoncpp_root ]
110
110
}
111
111
112
112
if (chip_enable_pw_rpc ) {
Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ bool emberAfAccessControlClusterReviewFabricRestrictionsCallback(
648
648
if (restrictionIter.GetStatus () != CHIP_NO_ERROR)
649
649
{
650
650
ChipLogError (DataManagement, " AccessControlCluster: invalid ARL data" );
651
- commandObj->AddStatus (commandPath, Protocols::InteractionModel::Status::InvalidValue );
651
+ commandObj->AddStatus (commandPath, Protocols::InteractionModel::Status::InvalidCommand );
652
652
return true ;
653
653
}
654
654
@@ -658,7 +658,7 @@ bool emberAfAccessControlClusterReviewFabricRestrictionsCallback(
658
658
if (entryIter.GetStatus () != CHIP_NO_ERROR)
659
659
{
660
660
ChipLogError (DataManagement, " AccessControlCluster: invalid ARL data" );
661
- commandObj->AddStatus (commandPath, Protocols::InteractionModel::Status::InvalidValue );
661
+ commandObj->AddStatus (commandPath, Protocols::InteractionModel::Status::InvalidCommand );
662
662
return true ;
663
663
}
664
664
You can’t perform that action at this time.
0 commit comments