work: function(my) {
    my.sensor.on("upperLimit", function(val) {
      console.log("Upper limit reached ===> " + val);
    });