marcoschwartz / aREST

A RESTful environment for Arduino
http://aREST.io/
Other
1.2k stars 279 forks source link

Force sending update beacon via aRest #234

Open thboomsma opened 6 years ago

thboomsma commented 6 years ago

Hello there

Love the library and does all i need but cannot find a list of methods available.

Ik trying to force-send an update beacon every 60secs from within the sketch on a Serially connected Uno. My MQTT takes it from there(on Raspberry pi) What would be the command for this? is here an arest.toSerial("/") or so?

marcoschwartz commented 6 years ago

Hello,

Thanks for your interest in aREST. Hum, if I understood correctly your question, I am afraid this is not yet possible in aREST. Basically you want to send a command from the Uno to the Pi via aREST?