Plugin SDK

getsetting

/JSON?request=getsetting&setting=SETTING_NAME

Returns the value for a specific settting. For example, the setting for the name of location 1 is called "gLocLabel". To get the name of this label use:

/JSON?request=getsetting&setting=gLocLabel

The return might be:


JSON
{
	"Value": "Room"
}