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 <renilr0@outlook.com>
Co-authored-by: Andrei Litvin <andy314@gmail.com>
  • Loading branch information
3 people authored Aug 21, 2023
1 parent 5e15a87 commit fbc20e5
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 fbc20e5

Please sign in to comment.