Skip to content

Commit

Permalink
Regen all-clusters-app zap
Browse files Browse the repository at this point in the history
  • Loading branch information
hare-siterwell committed Aug 10, 2023
1 parent 9f202f7 commit e901817
Show file tree
Hide file tree
Showing 5 changed files with 3,604 additions and 2,572 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,17 @@
namespace chip {
namespace Controller {

class DLL_EXPORT OnOffCluster : public ClusterBase
{
public:
OnOffCluster(Messaging::ExchangeManager & exchangeManager, const SessionHandle & session, EndpointId endpoint) : ClusterBase(exchangeManager, session, endpoint) {}
~OnOffCluster() {}
};

class DLL_EXPORT OtaSoftwareUpdateProviderCluster : public ClusterBase
{
public:
OtaSoftwareUpdateProviderCluster(Messaging::ExchangeManager & exchangeManager, const SessionHandle & session,
EndpointId endpoint) :
ClusterBase(exchangeManager, session, endpoint)
{}
OtaSoftwareUpdateProviderCluster(Messaging::ExchangeManager & exchangeManager, const SessionHandle & session, EndpointId endpoint) : ClusterBase(exchangeManager, session, endpoint) {}
~OtaSoftwareUpdateProviderCluster() {}
};

Expand Down
Loading

0 comments on commit e901817

Please sign in to comment.