ElliotHC Active Member Licensed User Jun 19, 2019 #1 I've had a look through some previous questions and I can't seem to find a clear sub that just returns the value. Is there a simple sub for these? Battery Level 0 - 100 Charging 0 or 1 Thanks
I've had a look through some previous questions and I can't seem to find a clear sub that just returns the value. Is there a simple sub for these? Battery Level 0 - 100 Charging 0 or 1 Thanks
ElliotHC Active Member Licensed User Jun 19, 2019 #2 I've just found it. Sub B_BatteryChanged (Level As Int, Scale As Int, Plugged As Boolean, Intent As Intent) Log("BatteryChanged: Level = " & Level & ", Scale = " & Scale & ", Plugged = " & Plugged) End Sub Upvote 0
I've just found it. Sub B_BatteryChanged (Level As Int, Scale As Int, Plugged As Boolean, Intent As Intent) Log("BatteryChanged: Level = " & Level & ", Scale = " & Scale & ", Plugged = " & Plugged) End Sub