Skip to content

Commit

Permalink
fix: make exhaust temperature spec compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 committed Jul 19, 2023
1 parent 96d1461 commit b4a8b6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion temperatureMappings.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module.exports = {
path: 'environment.inside.freezer.temperature'
},
'Exhaust Gas Temperature': {
path: 'propulsion.exhaust.temperature'
path: 'propulsion.exhaustTemperature',
pathWithIndex: 'propulsion.<index>.exhaustTemperature'
}
}

0 comments on commit b4a8b6e

Please sign in to comment.