diff --git a/message_definitions/v1.0/common.xml b/message_definitions/v1.0/common.xml
index ccf7bd8cd7f..669b72fa099 100644
--- a/message_definitions/v1.0/common.xml
+++ b/message_definitions/v1.0/common.xml
@@ -1457,8 +1457,12 @@
Actuator 2 value, scaled from [-1 to 1]. NaN to ignore.
Actuator 3 value, scaled from [-1 to 1]. NaN to ignore.
Actuator 4 value, scaled from [-1 to 1]. NaN to ignore.
- Actuator 5 value, scaled from [-1 to 1]. NaN to ignore.
- Actuator 6 value, scaled from [-1 to 1]. NaN to ignore.
+ Actuator 5 value.
+ If sent in COMMAND_LONG: value is scaled from [-1 to 1]. NaN to ignore.
+ If sent in COMMAND_INT or MISSION_ITEM_INT: value is scaled by 1e7. INT32_MAX to ignore.
+ Actuator 6 value.
+ If sent in COMMAND_LONG: value is scaled from [-1 to 1]. NaN to ignore.
+ If sent in COMMAND_INT or MISSION_ITEM_INT: value is scaled by 1e7. INT32_MAX to ignore.
Index of actuator set (i.e if set to 1, Actuator 1 becomes Actuator 7)