Update
This commit is contained in:
parent
46e505a1fd
commit
255120b398
@ -44,6 +44,9 @@ app.post('/setlight', async function (request, responce) {
|
|||||||
color: led_array.color
|
color: led_array.color
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
.catch((err) => {
|
||||||
|
console.error(err)
|
||||||
|
})
|
||||||
responce.send({success: true, error: false})
|
responce.send({success: true, error: false})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user