Hello,I have been working on an Android app written in python using KivyMD. https://github.com/Red-Swingline/OPNsenseManagerI am modifying a custom app that I provided to my clients. This app intends to allow users to do common immediate actions and escalate as needed for help using the email option.As the app is written now its capable of:Rule management (rules created with firewall plugin https://docs.opnsense.org/development/api/plugins/firewall.html)Manually add rules by entering rule UUID and Description.I opted for manual adding rules, as there may be rules created on the firewall that the end-user has no reason for messing with.Manually deleting rules from the Admin tab.This only removes rules from the local SQLite databaseVPN managementEnable/disable Wireguard client(I might add other protocols if needed)PowerRebootI would recommend adding the ability to manage other VPN protocols to expand functionality. But it's your decision, I'm just suggesting. Recently I was researching how to create a digital wallet, I found https://dashdevs.com/blog/how-to-create-a-digital-wallet/ for this. Now I want to do something similar, but my own. I have had this dream since I was a teenager. Now I'm looking for and studying a bunch of examples.AdminAdd rulesDelete Rules (from local SQLite database)Email Admin sends a fixed SOS email to a specified email address, aka the network admin. (Needs to be fixed