add the heading to the inbound structure

This commit is contained in:
Sven Czarnian
2022-10-24 21:23:09 +02:00
parent 807b9f5db1
commit c080ddb987
3 changed files with 18 additions and 1 deletions

View File

@@ -21,6 +21,12 @@ export class FlightState {
})
groundSpeed: number;
@Prop({
required: true,
type: Number,
})
heading: number;
@Prop({
required: true,
type: Number,