This commit is contained in:
Max 2020-10-10 17:42:20 +01:00
parent 62c585d11f
commit 2537a08259

View File

@ -51,7 +51,7 @@ app.post('/setlight', async function (request, responce) {
.then(() => { .then(() => {
axios({ axios({
url: 'http://192.168.0.27:5000/setState', url: 'http://192.168.0.23:5000/setState',
method: 'post', method: 'post',
data: { data: {
power: led_array.power, power: led_array.power,