marcoschwartz / node-aREST

Node.js module for the aREST framework
http://aREST.io/
11 stars 10 forks source link

Exposed function not working on cloud mode #7

Open amassou2017 opened 6 years ago

amassou2017 commented 6 years ago

I used aREST on pi3 to expose a function. It works well on local mode but not on cloud despite the pi3 is show connected. What the problem could be? Thanks

marcoschwartz commented 6 years ago

Hi, sorry about this issue - are you using this library or pi-aREST? https://github.com/marcoschwartz/pi-aREST

amassou2017 commented 6 years ago

Hi, i used npm to install aREST. invoking "npm view pi-arest version"command returns 1.4.1

marcoschwartz commented 6 years ago

Yep, you got the right library :) Exposing a function on the Pi in cloud doesn't work yet, we are currently working on it :)

amassou2017 commented 6 years ago

thanks for clarification:) is their a plan when exposing function, on the Pi in cloud mode, will be ready ?

marcoschwartz commented 6 years ago

When it's hard to say - we are mainly focusing on developing the cloud dashboard app at the moment. However the code is open source so if anybody wants to take part in that I'd be happy to assist!