ManagementCenter Hyperlink variables?

Is there a way to setup a hyperlink to reference the IP of the camera in focus (for instance to send a sound to the camera)… I tried using “http://$(ID.ETHERNET)” but it doesn’t appear to work as expected.

you can do it but not in the way that you thought.

For example you can set a hyperlink to address whatever camera is at this moment is in focus window. The API that you need i.e to play a sound on a camera is http://CamIP/control/rcontrol?action=sound&soundfile=Alarm (or the name of the file you want to play)

In the articles below you can find more infos about IP notify

You reply that “you can set a hyperlink to address whatever camera is at this moment is in focus window”, but I still do not see how to address the camera that has the focus. Is there a variable for the camera in focus? Currently, I can only specify a static IPaddress in a hyperlink that affects only that specific camera - not the camera in focus.