TCP send data (Action)

Hi,

How can I connect to a TCP port and send ASCII data from a Rule?

Thanks!

There is no action. You need to create an Item and use the TCP/UDP binding and then just sendCommand(“ASCII text”) on that Item in your rule.