#scooperpoops12 - M2 Battery
1 messages ยท Page 1 of 1 (latest)
Thanks! Here's the reader class docs https://stripe.dev/stripe-terminal-android/external/external/com.stripe.stripeterminal.external.models/-reader/index.html
And the raw android BluetoothDevice class https://developer.android.com/reference/kotlin/android/bluetooth/BluetoothDevice
but I can't find any mention of battery level. However I downloaded an app "BatON" that is telling me the current level, which so far appears accurate....... not sure if there is a standard way I'm missing or that app is using some wizardry
Yeah I'm going to have to reach out to my colleagues. I'm still learning the Android SDK.
Sounds good, thanks! I'll keep diving deep into stack overflow results ๐
okay I think this is a general bluetooth thing and likely not in the scope of stripe's world
Actually, our SDK does have something for it:
https://stripe.dev/stripe-terminal-android/external/external/com.stripe.stripeterminal.external.models/-reader/index.html#-855611827%2FProperties%2F-405186196
It's a property on the Reader object.