Would it be possible to instead of passing a state via a REST browser:
digital/13/1
to 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?
Anonymous Penguin
6,36510 gold badges34 silver badges62 bronze badges
-
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:00Commented Jan 28, 2015 at 2:56
1 Answer 1
Check out the TemperatureWebPanel example: you'll see that you can make your own REST APIs and pass any values your sketch can handle.
answered Jan 27, 2015 at 7:48