I am adding some logic to one of my existing custom data fields, to alert me when the battery goes below 8%. beep and display a brief msg each time the battery level drops a percentage point. 8%, 7%, 6%, etc.
To remind me to plug in external battery power.
Is there a call I can make to tell me I have external battery power supplied, to turn off alerts below 8%? I could implement that another way, since the battery level will be increasing, but curious if there is a "external power" boolean available to data fields. Could not find it in the API guides.
Thanks!