Settings services: Difference between revisions

No edit summary
Line 381: Line 381:


Usually, this is a string with the following format:
Usually, this is a string with the following format:
   {device}_{revision}_{major_version}_{minor_version}_{micro_version}
   {DutType}_{ProductModelType}_{major_version}_{minor_version}_{micro_version}


Where:
Where:
   {device}: "MP", "EDEV", "SDEV", "HDEV", "HOAG", "COPPER" or "CALCIO".
   {DutType}: "FP", "EP", "MP", "MNX", "EDEV", "SDEV", "HDEV", "HOAG", "COPPER", "CALCIO".
   {revision}: 2 digit number.
   {ProductModelType}: 2 digit number.
   {major_version}: 2 digit number.
   {major_version}: 2 digit number.
   {minor_version}: 2 digit number.
   {minor_version}: 2 digit number.