diff --git a/message_definitions/v1.0/common.xml b/message_definitions/v1.0/common.xml
index 372b54e15a..e9086157b2 100644
--- a/message_definitions/v1.0/common.xml
+++ b/message_definitions/v1.0/common.xml
@@ -6852,13 +6852,18 @@
URL of image taken. Either local storage or http://foo.jpg if camera provides an HTTP interface.
- Information about flight since last arming.
+ Flight information.
+ This includes time since boot for arm, takeoff, and land, and a flight number.
+ Takeoff and landing values reset to zero on arm.
This can be requested using MAV_CMD_REQUEST_MESSAGE.
+ Note, some fields are misnamed - timestamps are from boot (not UTC) and the flight_uuid is a sequence number.
Timestamp (time since system boot).
- Timestamp at arming (time since UNIX epoch) in UTC, 0 for unknown
- Timestamp at takeoff (time since UNIX epoch) in UTC, 0 for unknown
- Universally unique identifier (UUID) of flight, should correspond to name of log files
+ Timestamp at arming (since system boot). Set to 0 on boot. Set value on arming. Note, field is misnamed UTC.
+ Timestamp at takeoff (since system boot). Set to 0 at boot and on arming. Note, field is misnamed UTC.
+ Flight number. Note, field is misnamed UUID.
+
+ Timestamp at landing (in ms since system boot). Set to 0 at boot and on arming.
This message is being superseded by MAV_CMD_DO_GIMBAL_MANAGER_PITCHYAW. The message can still be used to communicate with legacy gimbals implementing it.