Change URL of XBEE Monitor

This commit is contained in:
Michael Teeuw 2014-06-17 16:46:14 +02:00
parent 1f2b7e77fd
commit b8b32a449c

View File

@ -49,7 +49,7 @@ jQuery(document).ready(function($) {
moment.lang(lang); moment.lang(lang);
//connect do Xbee monitor //connect do Xbee monitor
var socket = io.connect('http://rpi-development.local:8080'); var socket = io.connect('http://rpi-alarm.local:8082');
socket.on('dishwasher', function (dishwasherReady) { socket.on('dishwasher', function (dishwasherReady) {
if (dishwasherReady) { if (dishwasherReady) {
$('.dishwasher').fadeIn(2000); $('.dishwasher').fadeIn(2000);