mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Change URL of XBEE Monitor
This commit is contained in:
parent
1f2b7e77fd
commit
b8b32a449c
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user