diff --git a/src/Identifiers.ts b/src/Identifiers.ts index 2e93ac3..16bb221 100644 --- a/src/Identifiers.ts +++ b/src/Identifiers.ts @@ -6,6 +6,7 @@ export const skyConditions: IMetaSkyCondition[] = [ { code: "CLR", description: "Sky clear at or below 12,000AGL" }, { code: "FEW", description: "Few cloud layer 0/8ths to 2/8ths" }, { code: "OVC", description: "Overcast cloud layer 8/8ths coverage" }, + { code: "OVCX", description: "Overcast cloud layer 8/8ths coverage" }, { code: "SCT", description: "Scattered cloud layer 3/8ths to 4/8ths" }, { code: "SKC", description: "Sky Clear" }, { code: "TCU", description: "Towering Cumulus" },