Increase the blink duration to 15s

This commit is contained in:
Page 2014-04-27 22:22:06 +01:00 committed by Pablo Carranza Vélez
parent b47e8a18dd
commit e336eaad6e

View File

@ -17,7 +17,7 @@ api.post '/v1/blink', (req, res) ->
interval = setInterval(blink, 400)
setTimeout(->
clearInterval(interval)
, 5000)
, 15000)
res.send(200)
api.post '/v1/update', (req, res) ->