@wizard, I too am interested in making backup/restore/provisioning easier.
I noticed in the problems updating PB3 to v3.18 thread that it’s possible to GET and POST patterns through the web server.
Elsewhere, I saw in someone’s Github (could have been yours, Jeff’s, Scruffynerf’s, zRanger’s or Nick_W’s) that it’s possible to get the UI slider settings from the web server by adding “.c” to the pattern URL, and I’ve found that the settings page values are returned from the webserver as “/config.json” and the pixelmap as “/pixelmap.txt”.
My question is: can those items be written by a POST to the web server, or only via websockets?