work: function(my) {
    my.sensor.on("range", function(range) {
      console.log("Range in inches ===>", range);
    });