Skip to content

Commit

Permalink
[NXP] Update nxp thermostat zap files (project-chip#35719)
Browse files Browse the repository at this point in the history
* [NXP] Remove identify cluster on endpoint 0

Signed-off-by: Martin Girardot <[email protected]>

* [NXP] Update thermostat zap files

Signed-off-by: Martin Girardot <[email protected]>

---------

Signed-off-by: Martin Girardot <[email protected]>
  • Loading branch information
Martin-NXP authored and yyzhong-g committed Dec 11, 2024
1 parent 59a89b6 commit 68b8081
Show file tree
Hide file tree
Showing 6 changed files with 964 additions and 3,605 deletions.
8 changes: 0 additions & 8 deletions examples/all-clusters-app/nxp/common/main/DeviceCallbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ void OnTriggerEffect(::Identify * identify)
}
}

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

Identify gIdentify1 = {
chip::EndpointId{ 1 },
[](Identify *) { ChipLogProgress(Zcl, "onIdentifyStart"); },
Expand Down
8 changes: 0 additions & 8 deletions examples/thermostat/nxp/common/main/DeviceCallbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ void OnTriggerEffect(::Identify * identify)
}
}

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

Identify gIdentify1 = {
chip::EndpointId{ 1 },
[](Identify *) { ChipLogProgress(Zcl, "onIdentifyStart"); },
Expand Down
Loading

0 comments on commit 68b8081

Please sign in to comment.