work: function(my) {
    // Listen to the status event to obtain all thermostat
    // related data in a single object.
    my.thermostat.on("status", function(data) {
      console.log("The Thermostat at a glance--->", data);