typescript

This commit is contained in:
itsrubberduck
2026-02-17 18:19:55 +01:00
parent 8f45c3397d
commit f88fced5b1
16 changed files with 60 additions and 33 deletions

View File

@@ -154,8 +154,8 @@ export const takeoffEddf: FlightLabScenario = {
],
simConditions: {
conditions: [
{ variable: 'TURB_ENG_N1_1', operator: '>=', value: 85 },
{ variable: 'TURB_ENG_N1_2', operator: '>=', value: 85 },
{ variable: 'TURB_ENG_N1_1', operator: '>=', value: 80 },
{ variable: 'TURB_ENG_N1_2', operator: '>=', value: 80 },
{ variable: 'BRAKE_PARKING_POSITION', operator: '==', value: false },
],
logic: 'AND',