Listen to Settings changes

API 3.0

Touch Portal will send a message when a user changes the settings and saves the changes. The message will contain all settings as described in the description file, both the changed and the unchanged.

{
  "type":"settings",
  "values":[
    {
      "settingsName1":"Current Value of setting 1",
    },
    {
      "settingsName2":"Current Value of setting 2",
    },
    ...
  ]
}

All settings are set where their name is the key and their value is the value within the values JSON array.