DecommissionIneligibleReason.BridgedDevice

data class DecommissionIneligibleReason.BridgedDevice : DecommissionIneligibleReason


The device is a bridged device, and cannot be decommissioned directly (the primary bridge must be decommissioned first).

Summary

Public constructors

BridgedDevice(matterNodeIds: List<Id>)

Public properties

List<Id>

the list of Matter node IDs that are bridged to this device.

Public constructors

BridgedDevice

BridgedDevice(matterNodeIds: List<Id>)
Parameters
matterNodeIds: List<Id>

the list of Matter node IDs that are bridged to this device.

Public properties

matterNodeIds

val matterNodeIdsList<Id>

the list of Matter node IDs that are bridged to this device.