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?
Would it be possible to instead of passing a state via a REST browser:
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? |
|||||
|
Check out the TemperatureWebPanel example: you'll see that you can make your own REST APIs and pass any values your sketch can handle. |
|||
|