Untitled
unknown
javascript
3 years ago
172 B
12
Indexable
const ligar = async () => {
console.log("ligando a lampada")
let response = await fetch("https://hue-iot-api.vercel.app/api/ligth/[email protected]/20221006/on")
}Editor is loading...
const ligar = async () => {
console.log("ligando a lampada")
let response = await fetch("https://hue-iot-api.vercel.app/api/ligth/[email protected]/20221006/on")
}