.on("ready", function(bot) {
    bot.led.blue();

    every((2).seconds(), function() {
      bot.power.percent(function(err, data) {