.on("ready", function(bot) {
    bot.home.on("status", function(data) {
      console.log("The Nest Home at a glance:", data);
    });