When I use the following command from my browser:
http://192.168.1.9:49451/data_request?id=lu_device
It returns information about the VERA2 device. I’m really interested in one piece of information, the serial number of the VERA2 device which is represented by:
Vera 13276
Is there a way to just access “friendlyName” say from within an implementation file? Is this a variable that can just be read?
I would like to have my external application query my custom plugin, the plugin reads some system variable (friendlyName) and return that to my external application.