Can you pull info On gateway->connected devices?

Is there a way to programmatically pull list of devices and their IP Addresses connected to gateway?

You might need to use system.device.listDevices in conjunction with system.device.getDeviceHostname.

1 Like

I will try this and get back.

The below code works for me in 8.1, I haven’t tried it in 8.3 yet. Note it was written in 7.9 era, so some functions may now be deprecated.