Getting a list of all ZWave devices through JSON API

Hi,

I’m looking for a way to get all configured ZWave device node id’s and their description through the JSON API. I’ve been looking through the docs but I can’t find anything about accessing configurators. Is there a way to do this? Thanks.

cheers,

roel

Hello,

look at this function:

ZW_GetKnownDevices($ZW_ConfiguratorID);

Is that what you want?

Greetings

That’s exactly it - thanks.