Awesome app! I just discovered it.
However, I did find it cannot control my mobile data connection on my phone.
The setting, as called in https://github.com/SimpleAppProjects/SimpleWear/blob/master/wearsettings/src/main/java/com/thewizrd/wearsettings/actions/MobileDataAction.kt namely doesn't exist.
My phone is a Pixel 7 Pro and thus allows for multi-sim, meaning that the correct setting for me would be mobile_data1.
The simplest solution would be to query which mobile_data* keys exist and simply set them all every time.
A neater solution would be to create a separate setting for each of them, but for me, that wouldn't be necessary.
Finally, we could also have a picker in the settings app on the phone to specify the SIM the watch should control the data setting for.