#include "OTASoftwareUpdateInteractive.h" void registerClusterOtaSoftwareUpdateProviderInteractive(Commands & commands) { const char * clusterName = "OtaSoftwareUpdateApp"; commands_list clusterCommands = { make_unique(), // make_unique(), // }; commands.RegisterCommandSet(clusterName, clusterCommands, "Command for configuring darwin-framework-tool as an OTA provider."); }