diff --git a/libraries/GCS_MAVLink/message_definitions/common.xml b/libraries/GCS_MAVLink/message_definitions/common.xml
index 3c6b57a4be..518ceb45fe 100644
--- a/libraries/GCS_MAVLink/message_definitions/common.xml
+++ b/libraries/GCS_MAVLink/message_definitions/common.xml
@@ -970,6 +970,27 @@
Useful non-operational messages that can assist in debugging. These should not occur during normal operation.
+
+ Power supply status flags (bitmask)
+
+ main brick power supply valid
+
+
+ main servo power supply valid for FMU
+
+
+ USB power is connected
+
+
+ peripheral supply is in over-current state
+
+
+ hi-power peripheral supply is in over-current state
+
+
+ Power status has changed since boot
+
+
@@ -1824,6 +1845,12 @@
System ID
Component ID
+
+ Power supply status
+ 5V rail voltage in millivolts
+ servo rail voltage in millivolts
+ power supply status flags (see MAV_POWER_STATUS enum)
+
Transmitte battery informations for a accu pack.
Accupack ID
@@ -1860,6 +1887,7 @@
Rotational Component in y
Rotational Component in z
+
Send raw controller memory. The use of this message is discouraged for normal packets, but a quite efficient way for testing new messages and getting experimental debug output.