0

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
asked Jan 26, 2015 at 20:20
1
  • Just to be perfectly clear, it is illegal in C++ to have a variable name start with (or be) a number. Commented Jan 28, 2015 at 2:56

1 Answer 1

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

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.