Changes

no edit summary
Line 1: Line 1: −
<!--- template used to define currently latest FWs for different device families, used in Manual WebUI pages "The information in this page is updated in accordance with firmware version..." --->
+
<!--- template used to define currently latest FWs for different device families, used in Manual WebUI pages "The information in this page is updated in accordance with firmware version..."  
{{#switch: {{{series}}}
+
If a certain family received a new FW, but others didn't, just add another separator after RUT850 specifying the family and the FW. '#default' will always print that FW on every family that is not entered separately--->{{#switch: {{{series}}}
  | TRB1={{{series}}}_R_00.07.00.1
+
  | RUT9XX={{{series}}}_R_00.06.09.5 <!--- RUT9XX and RUT2XX (with XX at the end) are only used in Legacy WebUI pages --->
  | RUT9={{{series}}}_R_00.07.00.2
+
  | RUT2XX={{{series}}}_R_00.01.14.7
  | RUT9XX={{{series}}}_R_00.06.08.5
+
  | RUT850={{{series}}}_R_00.01.04
  | RUT2XX={{{series}}}_R_00.01.14.4
+
  | RUT2={{{series}}}_R_00.07.03.4
  | #default={{{series}}}_R_00.07.00
+
  | #default={{{series}}}_R_00.07.05
 
}}
 
}}