forked from pvx/litsimaja
Fix buttons post url
This commit is contained in:
@@ -63,12 +63,12 @@ function isLoop()
|
|||||||
|
|
||||||
function doInit()
|
function doInit()
|
||||||
{
|
{
|
||||||
send_post('/program/siinus/Wipes', {color: [100, 50, 0]})
|
send_post('/program/siinus.Wipes', {color: [100, 50, 0]})
|
||||||
}
|
}
|
||||||
|
|
||||||
function doBlind()
|
function doBlind()
|
||||||
{
|
{
|
||||||
send_post('/program/siinus/Static', {color: [0, 0, 0]})
|
send_post('/program/siinus.Static', {color: [0, 0, 0]})
|
||||||
}
|
}
|
||||||
|
|
||||||
function doCancel()
|
function doCancel()
|
||||||
|
|||||||
Reference in New Issue
Block a user