Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

battery.timeUntilFull returns undefined

ANSWERED

hey guys,

did anyone of you tried to usethe property "timeUntilFull"? Because if I want to access it, it always returns "undefined". Battery.chargeLevel works like a charm. It's just the timeUntilFull property. This is how I use it:

  let timeLeft = battery.timeUntilFull;
console.log(timeLeft);
Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Sorry, it looks like it didn't make it into the firmware release, but it did make it into the documentation.

 

Hopefully this will make an appearance in a future update!

View best answer in original post

Best Answer
1 REPLY 1

Sorry, it looks like it didn't make it into the firmware release, but it did make it into the documentation.

 

Hopefully this will make an appearance in a future update!

Best Answer