Skip to content

Commit

Permalink
[NXP] Fix TC-I-2.2 test failure (project-chip#33876)
Browse files Browse the repository at this point in the history
* [nxp noup][examples][common] Fix thermostat Identify cluster issue on endepoint 0

Signed-off-by: Martin Girardot <martin.girardot@nxp.com>

* [nxp noup][examples][common] Fix all cluster app Identify cluster issue on endepoint 0

Signed-off-by: Martin Girardot <martin.girardot@nxp.com>

---------

Signed-off-by: Martin Girardot <martin.girardot@nxp.com>
  • Loading branch information
Martin-NXP authored Jun 13, 2024
1 parent cc66da8 commit fab01d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void OnTriggerEffect(::Identify * identify)
}

Identify gIdentify0 = {
chip::EndpointId{ 1 },
chip::EndpointId{ 0 },
[](Identify *) { ChipLogProgress(Zcl, "onIdentifyStart"); },
[](Identify *) { ChipLogProgress(Zcl, "onIdentifyStop"); },
chip::app::Clusters::Identify::IdentifyTypeEnum::kNone,
Expand Down
2 changes: 1 addition & 1 deletion examples/thermostat/nxp/common/main/DeviceCallbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void OnTriggerEffect(::Identify * identify)
}

Identify gIdentify0 = {
chip::EndpointId{ 1 },
chip::EndpointId{ 0 },
[](Identify *) { ChipLogProgress(Zcl, "onIdentifyStart"); },
[](Identify *) { ChipLogProgress(Zcl, "onIdentifyStop"); },
chip::app::Clusters::Identify::IdentifyTypeEnum::kNone,
Expand Down

0 comments on commit fab01d8

Please sign in to comment.