updating ip
This commit is contained in:
parent
a89c6d1de1
commit
5f2a549387
@ -36,7 +36,7 @@ app.post('/setlight', async function (request, responce) {
|
||||
|
||||
// Now make an api call to the led controller
|
||||
axios({
|
||||
url: 'http://192.168.0.23:5000/setState',
|
||||
url: 'http://192.168.0.27:5000/setState',
|
||||
method: 'post',
|
||||
data: {
|
||||
power: led_array.power,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user