Skip to content

Commit addec38

Browse files
authored
Merge branch 'master' into camera-base
2 parents 048f176 + c988fd6 commit addec38

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)