work: function(my) {
    my.headset.on("attention", function(data) {
      console.log("attention:" + data);
    });