redvypr.devices.network.network_device.Device.get_deviceaddresses¶
- Device.get_deviceaddresses(local=None)¶
Returns a list with redvypr_addresses of all devices that publish data via this device. This is in many cases the device itself but can also forwarded devices (i.e. iored) or because the device publishes data with different devicenames:
dataqueue.put({'count': i}) # Devicename as the device itself dataqueue.put({'count': i+10,'_redvypr':{'device':'test2'}}) # Devicename is 'test2'
- Parameters:
local – None, True or False
Returns: List of redvypr_addresses