Fix PSI
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user