zigbeeDeviceDiscoveries property

List<ZigbeeDeviceDiscovery> get zigbeeDeviceDiscoveries

All of the ZigbeeDeviceDiscovery objects on the network that the user's device has permission to access.

This list is unmodifiable.

Implementation

List<ZigbeeDeviceDiscovery> get zigbeeDeviceDiscoveries =>
    List.unmodifiable(_zigbeeDeviceDiscoveries);