gasparuff

Results 3 issues of gasparuff

I'm showing a ListView with 3 sort buttons above it (Name, Country, Age). When sorting changes, I'm updating the HeaderListview like this: ((PeopleSectionedAdapter) listView.getAdapter()).setLinkedPeopleMap(indicesBR.get("name")); ((PeopleSectionedAdapter) listView.getAdapter()).notifyDataSetChanged(); or ((PeopleSectionedAdapter) listView.getAdapter()).setLinkedPeopleMap(indicesBR.get("country")); ((PeopleSectionedAdapter)...

bug

I'm trying to work with the ev-server through the REST API because I need to integrate it with another platform. I managed to successfully call the /remote/start and /stop endpoints...

Hello! I'm trying to activate smart charging on my installation. I'm running the smart charging java application on a server and also connected it successfully from my EVSE installation. But...