public static string FOTAInfoFetch2(string model, string region) { return(FWFetch.FOTAInfoFetch(model, region, false)); }
public static string FOTAInfoFetch1(string model, string region) { return(FWFetch.FOTAInfoFetch(model, region, true)); }