From f2cb63923b67346585299fb9d095adda80e29e91 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Mon, 21 Apr 2014 17:15:08 +0200 Subject: [PATCH] New commit --- js/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/main.js b/js/main.js index fab9174b..9eb22ba1 100644 --- a/js/main.js +++ b/js/main.js @@ -47,6 +47,7 @@ jQuery(document).ready(function($) { var compliment; + //connect do Xbee monitor var socket = io.connect('http://rpi-development.local:8080'); socket.on('dishwasher', function (dishwasherReady) { if (dishwasherReady) {