Function list

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
Zixwater
Posts: 35
Joined: 06 Sep 2014 21:31

Function list

Post by Zixwater »

Okey, i hope most of the users here at the forums can bare with me for a while but im completly new to Z-Wave and looking into to do some cleaning up with the UI for Z-Wave along with a list of functions that i want to integrate but.. i can not find any documentation of available functions in the javascript api, are the in some hidden document? I tried to call a url call in the browser but the Z-Wave razberry server just return a 404. Perhaps im to used with C# and JAVA but.. i sure wanna se how i call some functions to add a device, call a device and such things. Could some kind soul point me in the right direction... :-)
n0ahg
Posts: 87
Joined: 08 May 2013 23:41

Re: Function list

Post by n0ahg »

Developers Documentation is available here http://razberry.z-wave.me/index.php?id=5
Zixwater
Posts: 35
Joined: 06 Sep 2014 21:31

Re: Function list

Post by Zixwater »

Even though that im glad you replied but that link only links to other documents that does not specify functions like "list devices on network" or "add device" etc etc. Perhaps im to new to javascript programming and to stuck with function api´s that are far more documented how they work that i understand how z-wave is working under the hood. No offense to anyone here but i can not simply find any decent documentation that shows how these UI are really working.. I also tried to use z-way-mini-ui and placed on a lighttpd server on my pi with the z-wave image but i only get a http 404 when trying to connect or find a server..
n0ahg
Posts: 87
Joined: 08 May 2013 23:41

Re: Function list

Post by n0ahg »

The Developers Documentation covers various APIs, what exactly are you looking for?

No offence taken but if you missed the APIs then perhaps you need to look again and/or look for a JavaScript beginner tutorial to make sure you have the basics covered and then look again.
Zixwater
Posts: 35
Joined: 06 Sep 2014 21:31

Re: Function list

Post by Zixwater »

n0ahg wrote:No offence taken but if you missed the APIs then perhaps you need to look again and/or look for a JavaScript beginner tutorial to make sure you have the basics covered and then look again.
My apologies Sir, I must have been blind/tired of reading since when I went back and read the documentation more clearly and started to read about javascripting and jQuery I saw what I was looking for since the method calls where listed in chapter 7 of the developer documentation :) From there I found in atleast from a starting point of view how z-wave is connected. Again, sorry for taking up time for stupid beginner questions i should have seen i the first place.
Post Reply