Skip to content

Commit c988fd6

Browse files
authored
[NXP] Update nxp thermostat zap files (project-chip#35719)
* [NXP] Remove identify cluster on endpoint 0 Signed-off-by: Martin Girardot <martin.girardot@nxp.com> * [NXP] Update thermostat zap files Signed-off-by: Martin Girardot <martin.girardot@nxp.com> --------- Signed-off-by: Martin Girardot <martin.girardot@nxp.com>
1 parent 9a96e6d commit c988fd6

File tree

6 files changed

+964
-3605
lines changed

6 files changed

+964
-3605
lines changed

examples/all-clusters-app/nxp/common/main/DeviceCallbacks.cpp

-8
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ void OnTriggerEffect(::Identify * identify)
5656
}
5757
}
5858

59-
Identify gIdentify0 = {
60-
chip::EndpointId{ 0 },
61-
[](Identify *) { ChipLogProgress(Zcl, "onIdentifyStart"); },
62-
[](Identify *) { ChipLogProgress(Zcl, "onIdentifyStop"); },
63-
chip::app::Clusters::Identify::IdentifyTypeEnum::kNone,
64-
OnTriggerEffect,
65-
};
66-
6759
Identify gIdentify1 = {
6860
chip::EndpointId{ 1 },
6961
[](Identify *) { ChipLogProgress(Zcl, "onIdentifyStart"); },

examples/thermostat/nxp/common/main/DeviceCallbacks.cpp

-8
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ void OnTriggerEffect(::Identify * identify)
5656
}
5757
}
5858

59-
Identify gIdentify0 = {
60-
chip::EndpointId{ 0 },
61-
[](Identify *) { ChipLogProgress(Zcl, "onIdentifyStart"); },
62-
[](Identify *) { ChipLogProgress(Zcl, "onIdentifyStop"); },
63-
chip::app::Clusters::Identify::IdentifyTypeEnum::kNone,
64-
OnTriggerEffect,
65-
};
66-
6759
Identify gIdentify1 = {
6860
chip::EndpointId{ 1 },
6961
[](Identify *) { ChipLogProgress(Zcl, "onIdentifyStart"); },

0 commit comments

Comments
 (0)