Exec Binding variable to ihem

Hello,
i have the exec-binding working. and i tigger a sh-script with it.
the sh script schould write the Temp of CPU to a item.
How does i make this? echo to item?
thank you for help

Use sendCommand.

FamilyFan.sendCommand(ON)

Yes, echo to stdout. The output channel will then set the item.

String Vuduo_Info "Curently running: [%s]" <tv>		 (VUDUO) ["Status"]	{channel="exec:command:vuduoinfo:output"}