blob: 0083ade9cdd5e5a9728e530293387192b6043340 [file] [log] [blame]
#include "OTASoftwareUpdateInteractive.h"
void registerClusterOtaSoftwareUpdateProviderInteractive(Commands & commands)
{
const char * clusterName = "OtaSoftwareUpdateApp";
commands_list clusterCommands = {
make_unique<OTASoftwareUpdateSetFilePath>(), //
make_unique<OTASoftwareUpdateSetParams>(), //
};
commands.RegisterCommandSet(clusterName, clusterCommands, "Command for configuring darwin-framework-tool as an OTA provider.");
}