From 40f83cc537eefb2e02048b6073dfb0bbe09896cf Mon Sep 17 00:00:00 2001 From: chromoxdor <33860956+chromoxdor@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:16:42 +0100 Subject: [PATCH] fixed typo --- docs/source/Rules/HTTPResponseParser.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Rules/HTTPResponseParser.rst b/docs/source/Rules/HTTPResponseParser.rst index 5d39e4afd..0f0219d55 100644 --- a/docs/source/Rules/HTTPResponseParser.rst +++ b/docs/source/Rules/HTTPResponseParser.rst @@ -9,7 +9,7 @@ Introduction The HTTP Response Parser are a set of parsers that can be used to parse the response of an HTTP request. They extract specific information from the response and use it in rules by generating specific events. -.. note:: These parsers are disabled by default and only available in max builds for custom builds where you have to enable them with either ``#define FEATURE_THINGSPEAK_EVENT 1``, ``#define FEATURE_OPENMETEO_EVENT 1`` or ``#define FEATURE_JSON_EVENT 1`` in the config.h file. +.. note:: These parsers are disabled by default and only available in max builds or custom builds where you have to enable them with either ``#define FEATURE_THINGSPEAK_EVENT 1``, ``#define FEATURE_OPENMETEO_EVENT 1`` or ``#define FEATURE_JSON_EVENT 1`` in the config.h file. The Thingspeak Parser ---------------------