forked from marva/sumorobot-web
Update sumorobot.js
This commit is contained in:
parent
93ea803a5b
commit
e34572a8f2
@ -56,8 +56,8 @@ Sumorobot.prototype.connect = function() {
|
||||
console.log(data);
|
||||
var battery = JSON.parse(data)["battery_voltage"];
|
||||
battery = Math.round((((battery - 3.0) * 100) / (4.2 - 3.6)));
|
||||
$("#battery").html(battery + "");
|
||||
//$("#bar").html("Connected");
|
||||
$("#battery").html(battery + "%");
|
||||
$("#bar").html("Battery");
|
||||
$("#bar").addClass("connected");
|
||||
};
|
||||
/* when there is an WebSocket error */
|
||||
|
Loading…
Reference in New Issue
Block a user