The App gives some access to the individual battery statuses in a multiple battery install.
I had assumed the app was primarily using the API to gather its information to display (which would satisfy most of the data presented) but I can't find anything in the API that returns separate battery data. All the calls seem to return just one overall battery status.
I know GivTCP can give much more detailed information by locally querying the registers locally but I very much doubt the App is doing anything like that as it has also to work remotely.
So either I am missing something in the API, or there is some undocumented feature that I don't know about, or the app has some other mechanism it uses. The API LatestSystemData call seems to be the obvious candidate for this but this just returns 1 averaged battery and does not have any documented parameters to change this.
Anybody have any ideas on this?

