Subversion Repositories ALCASAR

Rev

Rev 503 | Rev 528 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 503 Rev 514
Line 1... Line 1...
1
chilliController.interval = 10;
1
chilliController.interval = 20;
2
chilliController.host = "alcasar";
2
chilliController.host = "alcasar";
3
chilliController.port = 3990;
3
chilliController.port = 3990;
4
chilliController.onUpdate = updateUI ;
4
chilliController.onUpdate = updateUI ;
5
chilliController.onError  = handleError ;
5
chilliController.onError  = handleError ;
6
chilliClock.onTick = function () { }
6
chilliClock.onTick = function () { }