@hrefcl/apidoc - v4.0.5
    Preparing search index...
    • Parser for mqttGroup tags - handles MQTT endpoint grouping

      This parser processes

      Parameters

      • content: string

        Raw content from the mqttGroup tag

      Returns { group: string }

      Object containing the normalized group name, or null if content is empty

      tags to extract and normalize MQTT endpoint groups. Groups are used to organize related MQTT endpoints in the generated documentation, separate from REST API groups.

      // Input: "Telemetry"
      // Output: { group: "Telemetry" }
      // Input: "Device Commands"
      // Output: { group: "Device_Commands" }
      // Input: "IoT / Sensor Data"
      // Output: { group: "IoT_/_Sensor_Data" }
      // Input: "   "
      // Output: null

      4.1.0