This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
I like this! We can have a user provided config file to know what GPIO to take over and what the URLs and payloads are. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A block that sends REST requests based upon button input detection, would be super useful for something like a browserblock.
For example GPIO 1 [pressed] ->
curl --data "url=www.balena.io" http://localhost:5011/url
so you can navigate a kiosk without having to mess around with a URL bar or a touchscreen.Beta Was this translation helpful? Give feedback.
All reactions