Skip to content

Commit

Permalink
Add example smokeco configuration to chef devices (#28622)
Browse files Browse the repository at this point in the history
Co-authored-by: Hare <[email protected]>
Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
3 people authored and pull[bot] committed Mar 6, 2024
1 parent 39d4147 commit 42849ec
Show file tree
Hide file tree
Showing 4 changed files with 12,704 additions and 1 deletion.
5 changes: 5 additions & 0 deletions examples/chef/common/stubs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,8 @@ void emberAfChannelClusterInitCallback(EndpointId endpoint)
static_cast<app::Clusters::Channel::Delegate *>(&(ChefChannelManager::Instance())));
}
#endif // EMBER_AF_PLUGIN_CHANNEL_SERVER

bool emberAfPluginSmokeCoAlarmSelfTestRequestCommand(EndpointId endpointId)
{
return true;
}
Loading

0 comments on commit 42849ec

Please sign in to comment.