We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0875f51 commit 274b518Copy full SHA for 274b518
apps/widsmartbatt/widget.js
@@ -20,7 +20,7 @@
20
21
function draw() {
22
let batt=E.getBattery();
23
- data = require("smartbatt").get();
+ let data = require("smartbatt").get();
24
let hrsLeft=data.hrsLeft;
25
let days = hrsLeft / 24;
26
0 commit comments