Colorify SCSI MODE PAGE 1Ah

This commit is contained in:
2025-08-17 15:38:14 +01:00
parent 9dfea178c0
commit 71f24efc49
3 changed files with 113 additions and 13 deletions

View File

@@ -19399,5 +19399,65 @@ namespace Aaru.Decoders {
return ResourceManager.GetString("MediumTypes_CDR_Mixed_80", resourceCulture);
}
}
internal static string SCSI_Power_condition_page {
get {
return ResourceManager.GetString("SCSI_Power_condition_page", resourceCulture);
}
}
internal static string Standby_timer_Z_is_set_to_0_ms {
get {
return ResourceManager.GetString("Standby_timer_Z_is_set_to_0_ms", resourceCulture);
}
}
internal static string Standby_timer_Y_is_set_to_0_ms {
get {
return ResourceManager.GetString("Standby_timer_Y_is_set_to_0_ms", resourceCulture);
}
}
internal static string Drive_will_not_enter_standby_mode {
get {
return ResourceManager.GetString("Drive_will_not_enter_standby_mode", resourceCulture);
}
}
internal static string Idle_timer_A_is_set_to_0_ms {
get {
return ResourceManager.GetString("Idle_timer_A_is_set_to_0_ms", resourceCulture);
}
}
internal static string Idle_timer_B_is_set_to_0_ms {
get {
return ResourceManager.GetString("Idle_timer_B_is_set_to_0_ms", resourceCulture);
}
}
internal static string Idle_timer_C_is_set_to_0_ms {
get {
return ResourceManager.GetString("Idle_timer_C_is_set_to_0_ms", resourceCulture);
}
}
internal static string Drive_will_not_enter_idle_mode {
get {
return ResourceManager.GetString("Drive_will_not_enter_idle_mode", resourceCulture);
}
}
internal static string Background_take_precedence_over_low_power_conditions {
get {
return ResourceManager.GetString("Background_take_precedence_over_low_power_conditions", resourceCulture);
}
}
internal static string Low_power_take_precedence_over_background {
get {
return ResourceManager.GetString("Low_power_take_precedence_over_background", resourceCulture);
}
}
}
}