Udp messages with a edge Driver?

Is there a way to send udp messages with a edge driver? I want to use it for my wizz lights.

Yes, Edge drivers support udp (unconnected) sockets via luasocket. The same caveats apply for all Edge LAN drivers, any communication must be on the same network subnet.

See Socket — SmartThings Edge Device Drivers documentation (and farther down to “class socket.udp” for more information.

3 Likes

Oke so its possible!

Is there a edge driver already that makes use of this? I think that I’m not able to write one myself…