diff --git a/Nasal/node_setup.nas b/Nasal/node_setup.nas index a13ca94..18a85a9 100644 --- a/Nasal/node_setup.nas +++ b/Nasal/node_setup.nas @@ -32,7 +32,8 @@ var vehicleInformation = VehicleInformationManager.new(); #//Environment -vehicleInformation.environment.temperature = props.getNode("environment/temperature-degc", 1); +vehicleInformation.environment = props.getNode("/environment", 1); +vehicleInformation.environment.temperature = props.getNode("/environment/temperature-degc", 1); #//For Engine vehicleInformation.engine = {};