Update 2: I’ve added three js functions that can be run inside browser widget so your webapps can execute SambaPOS functions.
window.external.ExecuteAutomationCommand(<CommandName>,<CommandValue>);
window.external.GetSettingValue(<SettingName>);
window.external.SetSettingValue(<SettingName>,<SettingValue>);
I hope @JohnS notice that