Raw content from the ratelimit tag
Parsed rate limit information, or null if parsing fails
// Input: "10/second Maximum telemetry frequency"
// Output: { rate: 10, unit: "second", description: "Maximum telemetry frequency" }
// Input: "5/minute Command rate limit per device"
// Output: { rate: 5, unit: "minute", description: "Command rate limit per device" }
Parser for ratelimit tags - defines MQTT rate limiting recommendations
This parser handles the ratelimit tag that defines recommended rate limits for MQTT publishing or subscribing. It extracts: