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