const ligar = async () => { console.log("ligando a lampada") let response = await fetch("https://hue-iot-api.vercel.app/api/ligth/haroldbarros@gmail.com/20221006/on") }