[SOLVED] Rollershutter with mqtt and different topic for up and down

Hello Community,

i have a problem to get a rollershutter with different topic to work.
i have one mqtt topic for up and one for down:
Rollershutter1
cmnd/sonoffrf/RfKey1 = UP
cmnd/sonoffrf/RfKey2 = DOWN

Rollershutter2
cmnd/sonoffrf/RfKey3 = UP
cmnd/sonoffrf/RfKey4 = DOWN

How do i need to write the items code?

Thank you

From the MQTT README we have the following example:

Switch mySwitch {mqtt=">[mybroker:myhouse/office/light:command:ON:1],>[mybroker:myhouse/office/light:command:OFF:0]"}

So fill in the different topic in each block, change the command that the block responds to to UP and DOWN, and the last field needs to be whatever needs to be published to the topic.