Would it be possible to instead of passing a state via a REST browser:
digital/13/1to set an int value? For example, if in the sketch if I would name an int: 2, could I set this to 48 via REST?
If so, how?
- Just to be perfectly clear, it is illegal in C++ to have a variable name start with (or be) a number.Anonymous Penguin– Anonymous Penguin2015-01-28 02:56:41 +00:00CommentedJan 28, 2015 at 2:56
1 Answer1
Check out theTemperatureWebPanel example: you'll see that you can make your own REST APIs and pass any values your sketch can handle.
Explore related questions
See similar questions with these tags.

