TCP requests in edge drivers?

Hi Guys
I’ve been trying to find out if the new edge driver functionalioty can use standard TCP requests? for example i want to send a command which is a group of hex values to a specific ip address as a TCP request which will then return the command status.
Cheers Hugh

Yes. TCP is supported, as is UDP.

https://developer-preview.smartthings.com/docs/edge-device-drivers/socket.html?highlight=tcp#

1 Like