add gnss location to event
This commit is contained in:
		| @ -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; | ||||
|   } | ||||
| }; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user