Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/321#discussion_r186475353
--- Diff: PROCESSORS.md ---
@@ -71,6 +74,60 @@ default values, and whether a property supports the NiFi
Expression Language.
| - | - |
| success | All FlowFiles are routed to this relationship. |
+## ConvertHeartBeat
+
+This Processor converts MQTT heartbeats into a JSON repreesntation.
+
+### Properties
+
+In the list below, the names of required properties appear in bold. Any
other
+properties (not in bold) are considered optional. The table also indicates
any
+default values, and whether a property supports the NiFi Expression
Language.
+
+| Name | Default Value | Allowable Values | Description |
+| - | - | - | - |
+| **MQTT Controller Service** | | | The MQTT Controller service |
+| Listening topic | | | The topic on which we will listen to get MQTT C2
messages |
+
+
+## ConvertJSONAack
--- End diff --
typo: Aack -> Ack
---