Tcp binding sending a string and item value

Hallo!
I need to send a string and item value via http, but I can’t find a way to do so.

Rollershutter	HIS3_Ro_Fe_Wohnzimmer_zu	"Rolladen Wohnzimmer"	(gRollladen)	[ "Lighting" ]	{tcp=">[*:127.0.0.1:55002:'set>HIS3:Ro-Fe-Wohnzimmer>' default]']"}

In the obove example OH2 sends only the item value “UP” but I need 'set>HIS3:Ro-Fe-Wohnzimmer>UP’
Is there a way to do so?

THX Willi

Use a MAP transformation that maps the Rollershutter commands to the format you need.

See:

http://docs.openhab.org/addons/bindings/tcp1/readme.html#item-configuration
http://docs.openhab.org/addons/transformations/map/readme.html

@rlkoshak
Thank you very much. It works fine.
Kind regards Willi

Can you mark @rlkoshak 's answer as the solution? (to mark this thread as solved). Thanx :slight_smile:
image