Page 1 of 1

REST API

Posted: 04 Mar 2015 23:28
by Ahrimaan
Hi there , simple Question :

Razberry Offers me an REST API ?
So i can Code my own server with nodejs ?

Thanks for advice

Re: REST API

Posted: 04 Mar 2015 23:47
by dolpheen
Yes, you can.

Re: REST API

Posted: 17 Mar 2015 10:33
by Ahrimaan
Hi there sorry for my stupid Questions :

The API has got the full feature set from this device ?
Are there some good examples for javascript / nodejs ?
I can detect new devices with this API ?

Thank you for answering

Re: REST API

Posted: 17 Mar 2015 20:20
by dolpheen
Ahrimaan wrote:The API has got the full feature set from this device ?
For the REST api you can check http://docs.zwayhomeautomation.apiary.io/
There are also ZWaveAPI and 'JS/Run' with which you can do anything you imagine :)
It's described in developer documentation http://razberry.z-wave.me/docs/zway.pdf
Are there some good examples for javascript / nodejs ?
I know the only one example - Z-way itself :)(Expert UI and HA UI as clients, and local logic on their Javascript engine with Automation modules and classes).
I'm not aware of examples with nodejs and don't know what capabilities are you going to put in your server on nodejs.
I can detect new devices with this API ?
Yes, check developer documentation.