Document missing recvTime codec option.

Closes #385.
This commit is contained in:
Orne Brocaar 2024-03-19 10:37:19 +00:00
parent a78bc226f6
commit cef454920e

View File

@ -38,6 +38,7 @@ function CreateDeviceProfile(props: IProps) {
// Input is an object with the following fields:
// - bytes = Byte array containing the uplink payload, e.g. [255, 230, 255, 0]
// - fPort = Uplink fPort.
// - recvTime = Uplink message timestamp as Date object.
// - variables = Object containing the configured device variables.
//
// Output must be an object with the following fields: