@foosel may be the only one able to answer this question, but does anyone know if I make changes to a plugin's settings on the python side of OctoPrint and save does that trigger the onEventSettingsUpdated callback of the js/knockout view model or possibly are those changes instantly in-sync with the UI for knockout bindings to the settings view model?
Just trying to figure out if there are cleaner ways for me to program my plugins to update the UI side without the use of self._plugin_manager.send_plugin_message.