Get all configured assocations though luup or api request

I want to get a list of all devices and their assocationtions so that I can automate a special setup.
It it possible? Thanks

Hi AndersMan,

You will have to get into LUA and LUUP code writing. Create a for statement to loop over all luup.devices and look for the AssociationSet variable. That will hold any associations.

http://wiki.mios.com/index.php/Luup_UPnP_Variables_and_Actions#ZWaveDevice1

Have fun.

Cheers Rene