Skip to content

Commit

Permalink
Merge branch 'master' into camera-webrtc-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarcosb authored Sep 26, 2024
2 parents d96b2c1 + c988fd6 commit 45216a8
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 45216a8

Please sign in to comment.