.on("ready", function(bot) {
    bot.thermostat.on("value", function(data) {
      console.log("The Thermostat at a glance --->", data);
    });