PDA

View Full Version : NRCFG.Network.Hostname and others?



jwilson56
October 19th, 2008, 08:30 AM
Where is things like NRCFG.Network.Hostname documented these days?

I search for hours trying to find out how to get the hostname and thanks once again to harleydude he told me about it.

Is there a list of internal variables we can reference?

Thanks

Rob H
October 19th, 2008, 08:53 AM
I'd recommend looking at the NR variable inspector in NRD really, otherwise check the NetRemote Customization Guide (F1 in NRD) under Actions and Variables Reference|Built-in Actions and Variables

jwilson56
October 19th, 2008, 09:04 AM
I don't see NRCFG.Network.Hostname listed in the NetRemote Customization Guide (I looked there first). But I will do some studying on the NRD variable inspector screen to see what else I am missing.

Thanks


Just for those other newbies like myself here is a NR LUA code to send the hostname as a payload to Girder or an event called Standby.

NetRemote.ExecuteAction(-1, 0, 1, 'Standby('..NetRemote.GetVariable('NRCFG.Network.H ostname')..')' )