Hi,
Does anyone know if i can issue a HTTP command to the z-way server to discover a devices instance and supported command class values?
I've checked the Z-way dev reference but not turned anything up.
I suppose it would be a little bit like, show interview results?
Thanks
Neil
HTTP command to discover a device(s) supported classes
Re: HTTP command to discover a device(s) supported classes
Got it.... 
http://<ip>:8083/ZWaveAPI/Run/devices[<node>].data.nodeInfoFrame.value

http://<ip>:8083/ZWaveAPI/Run/devices[<node>].data.nodeInfoFrame.value
Using BMSLink https://linode.bmslink.co.uk with z-way-server. http://linode.bmslink.co.uk:4567
Re: HTTP command to discover a device(s) supported classes
oops, need to differentiate between multiple instances :-/
not found the answer to this yet
not found the answer to this yet
Using BMSLink https://linode.bmslink.co.uk with z-way-server. http://linode.bmslink.co.uk:4567
Re: HTTP command to discover a device(s) supported classes
/JS/Run/zway.devices[<node>] will give you a big tree. You can see instances in it and all CCs on each instance. Then .data.supported.value will give you knowledge if it is supported.
Re: HTTP command to discover a device(s) supported classes
Hi PoltoS,
Thanks for that...
It's a pity not contained inside a single field entry like the nodeInfoFrame.value :-/
Thanks for that...
It's a pity not contained inside a single field entry like the nodeInfoFrame.value :-/
Using BMSLink https://linode.bmslink.co.uk with z-way-server. http://linode.bmslink.co.uk:4567