add gnss location to event
This commit is contained in:
parent
4994b8a246
commit
68e3121f41
@ -78,6 +78,8 @@ router.post(
|
||||
latitude: g.latitude,
|
||||
longitude: g.longitude,
|
||||
})),
|
||||
gnssLocation:
|
||||
|
||||
};
|
||||
|
||||
domainEventEmitter.emit(TtnMessageReceivedEventName, event);
|
||||
|
@ -11,4 +11,8 @@ export type TtnMessageReceivedEvent = {
|
||||
longitude: number;
|
||||
altitude: number;
|
||||
}[];
|
||||
gnssLocation: {
|
||||
longitude: number;
|
||||
altitude: number;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user