Rollershutter Widget Help

Hello Openhab Community, is it possible to give two commands in the Habpanel widget editor with the command ng-click?
for example:
button ng-click = “sendCmd (config.rollo_item, ‘OFF’ & config.action_item, ‘ON’)”

ng-click="sendCmd(config.rollo_item, 'OFF'); sendCmd(config.action_item, 'ON')"
should work.
Also depending on your needs a rule might be a better solution.

Thank You :slight_smile: