Fix PSI
This commit is contained in:
parent
0563b88131
commit
c1ebe6c933
|
@ -138,7 +138,7 @@
|
||||||
this.Status="Error";
|
this.Status="Error";
|
||||||
},
|
},
|
||||||
gotWsMessage: function(e) {
|
gotWsMessage: function(e) {
|
||||||
var d=e.data;
|
var d=parseJSON(e.data);
|
||||||
this.currentSpeed=d.speed;
|
this.currentSpeed=d.speed;
|
||||||
this.speed.set(this.currentSpeed);
|
this.speed.set(this.currentSpeed);
|
||||||
this.currentRPM=d.rpm;
|
this.currentRPM=d.rpm;
|
||||||
|
|
Loading…
Reference in New Issue