I need to get a general parameter of HG.
In C# from a scene modules of HG I call :
string tableTH = Settings.Parameter( "Table.Therm.0" ).Value ;
But from .JSON Widget of a module how to make that ?
For a module parameter I code :
var thermTH = HG.WebApp.Utility.GetModulePropertyByName(module, 'ConfigurationOptions.Table.W');
But for general parameter I need Help. In that case module is my local object. For general object what is the syntax ?
Thank's for Help.
Dani