blob: 15f2750a528b5da352df85371cdc05904d1fc551 [file] [log] [blame]
#include "OTASoftwareUpdateInteractive.h"
void registerClusterOtaSoftwareUpdateProviderInteractive(Commands & commands)
{
const char * clusterName = "OtaSoftwareUpdateApp";
commands_list clusterCommands = {
make_unique<OTASoftwareUpdateSetFilePath>(), //
make_unique<OTASoftwareUpdateSetParams>(), //
};
commands.Register(clusterName, clusterCommands);
}