Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SendToHTTP] Thingspeakreply addition #4965

Merged
merged 1 commit into from
Feb 11, 2024

Conversation

chromoxdor
Copy link
Contributor

@chromoxdor chromoxdor commented Feb 5, 2024

I updated the documentation and added a new feature.
If this is not wanted I´ll close this and only make a PR with the updated documentation.

Here the text from the comments:
2024-02-05 - Added the option to get a single value of a field or all values of a channel at a certain time (not only the last entry)
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

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

@TD-er TD-er merged commit f5ccb88 into letscontrolit:mega Feb 11, 2024
168 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants