SystemObject batteryLevel

If you have found a bug please describe it here
Post Reply
matioupi
Posts: 9
Joined: 03 Jun 2012, 14:06

SystemObject batteryLevel

Post by matioupi »

Hello,

following code used to work to provide batteryLevel

Code: Select all

var mySystemObject = new System();
var batt_level = mySystemObject.batteryLevel();
Now, it seems it returns -1 all the time ?

Regards,

Mathieu
matioupi
Posts: 9
Joined: 03 Jun 2012, 14:06

Re: SystemObject batteryLevel

Post by matioupi »

With 3.9.3 i am still facing issues with this battery level call.
Sometimes the function suceed, sometimes return -1 when should not, and i'm even facing cases where it crashes actiona (especially when battery level is low)

regards
User avatar
Jmgr
Admin
Posts: 1649
Joined: 07 Dec 2005, 15:45
Contact:

Re: SystemObject batteryLevel

Post by Jmgr »

Thanks for the bug report. What is your operating system?
"My software never has bugs. It just develops random features."
Post Reply