[Request] Set base URL
I know the plugin can't be configured inside the streamdeck software, but would it be possible to set a base URL that is always used inside a small config text file or something? Now I have to put the full URL including IP in EVERY SINGLE action. If the IP of the production PC changes everything breaks and I have to replace the IP in EVERY action. In Companion (which I don't want to use for other reasons) I can set the base URL for the plugin and just change this once if I have to.
One option you have here is to just edit the profile files directly. They're stored in a ProfilesV2 folder next the the Backup folder described in the backup documentation. The files are just JSON, so you could easily do a find-replace in the directory to swap the old IP address with the new one.
Another option would be to generate the entire Stream Deck profile from a config file, like I do with https://github.com/data-enabler/streamdeck-profile-generator