From d1e845a8a8353b4c9388fb8412f475e0668464c7 Mon Sep 17 00:00:00 2001 From: chromoxdor <33860956+chromoxdor@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:29:39 +0100 Subject: [PATCH] Update Rules.rst --- docs/source/Rules/Rules.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/Rules/Rules.rst b/docs/source/Rules/Rules.rst index 4e8f3da271..9ba78dee42 100644 --- a/docs/source/Rules/Rules.rst +++ b/docs/source/Rules/Rules.rst @@ -2020,14 +2020,14 @@ Added 2024/02/05 * Examples: - Single channel: ``"sendtohttp,api.thingspeak.com,80,channels/1637928/fields/1.csv?end=2024-01-01%2023:59:00&results=1`` - => gets the value of field 1 at (or the last entry before) 23:59:00 of the channel 1637928 + Single channel: ``SendToHTTP,api.thingspeak.com,80,channels/143789/fields/1.csv?end=2024-01-01%2023:59:00&results=1`` + => gets the value of field 1 at (or the last entry before) 23:59:00 of the channel 143789 - All channels: ``"sendtohttp,api.thingspeak.com,80,channels/1637928/feeds.csv?end=2024-01-01%2023:59:00&results=1`` - => gets the value of each field of the channel 1637928 at (or the last entry before) 23:59:00 + All channels: ``SendToHTTP,api.thingspeak.com,80,channels/143789/feeds.csv?end=2024-01-01%2023:59:00&results=1`` + => gets the value of each field of the channel 143789 at (or the last entry before) 23:59:00 .. note:: - ``csv`` and ``result=1`` are mandatory! + ``csv`` and ``results=1`` are mandatory! Convert curl POST command to PostToHTTP ---------------------------------------