Search found 4 matches

by pko
06 Apr 2017 20:43
Forum: RaZberry
Topic: Install Apps via REST API
Replies: 0
Views: 2422

Install Apps via REST API

Hi, I'm developing Android App for controlling my Z-Wave smart home. I would like to install Apps (for example If -> Then) from my Android application. Is it possible to install and configure Apps via REST API? I have not found any documentation yet. I would appreciate any help. EDIT It seems that i...
by pko
24 Feb 2017 18:10
Forum: RaZberry
Topic: HTTP Request - timeout
Replies: 5
Views: 5987

Re: HTTP Request - timeout

Problem solved after upgrading firmware from v2.2.4 to v2.3.0.
by pko
17 Feb 2017 10:47
Forum: RaZberry
Topic: HTTP Request - timeout
Replies: 5
Views: 5987

Re: HTTP Request - timeout

Thank you for your response. I already tried using timeout key without any success. The request still returns an error after 5 seconds with status text "Timeout was reached". If the default timeout is 20000 ms, is there any other reason why I am getting that error?

Thank you in advance
by pko
15 Feb 2017 14:11
Forum: RaZberry
Topic: HTTP Request - timeout
Replies: 5
Views: 5987

HTTP Request - timeout

Hello, I just started developing modules for Z-Way Server. As the first module should provide some notification functionality, it is necessary to send a POST request via HTTP (using http.request()). Unfortunately, http.request() function seems to have only 5000 ms timeout, which is not enough for my...