To control our thermostat, we will model an old-style thermostat slider. The input from our slider will then be sent, using Adobe's postURL(), back to FMSGraph on the server. getURL() could be used for this simple demonstration using a URL-encoded parameter such as
"/servlet/FMSGraph?data="+data;