setInterval(function() {
      if (on) {
        console.log("on");
        bot.rapiro.led(255, 0, 0);
        on = false;