Skip to content

Commit

Permalink
Add example smokeco configuration to chef devices
Browse files Browse the repository at this point in the history
  • Loading branch information
hare-siterwell committed Aug 18, 2023
1 parent a40963d commit 6d0ac72
Show file tree
Hide file tree
Showing 4 changed files with 12,700 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 6d0ac72

Please sign in to comment.