From cef454920ece4c2455b54b4e129ee33ba624de0d Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Tue, 19 Mar 2024 10:37:19 +0000 Subject: [PATCH] Document missing recvTime codec option. Closes #385. --- ui/src/views/device-profiles/CreateDeviceProfile.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/views/device-profiles/CreateDeviceProfile.tsx b/ui/src/views/device-profiles/CreateDeviceProfile.tsx index 9ea64760..59cd8147 100644 --- a/ui/src/views/device-profiles/CreateDeviceProfile.tsx +++ b/ui/src/views/device-profiles/CreateDeviceProfile.tsx @@ -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: