Untitled

 avatar
user_1825098656
plain_text
3 years ago
307 B
6
Indexable
const ligar = () => {
  console.log("ligando a lampada")
  let response = await fetch(
      `https://hue-iot-api.vercel.app/api/ligth/haroldbarros@gmail.com/20221006/${stateOn}`,
      {
        mode: 'no-cors',
        headers: {
          'Access-Control-Allow-Origin': '*',
        },
      }
    );


}
Editor is loading...