add the heading to the inbound structure
This commit is contained in:
@@ -21,6 +21,12 @@ export class FlightState {
|
||||
})
|
||||
groundSpeed: number;
|
||||
|
||||
@Prop({
|
||||
required: true,
|
||||
type: Number,
|
||||
})
|
||||
heading: number;
|
||||
|
||||
@Prop({
|
||||
required: true,
|
||||
type: Number,
|
||||
|
||||
Reference in New Issue
Block a user