DecommissionSideEffects.Bridge

data class DecommissionSideEffects.Bridge : DecommissionSideEffects


The device is a bridge, and decommissioning it will affect other bridged devices.

Summary

Public constructors

Bridge(bridgedDeviceIds: List<Id>)

Public properties

List<Id>

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

Public constructors

Bridge

Bridge(bridgedDeviceIds: List<Id>)
Parameters
bridgedDeviceIds: List<Id>

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

Public properties

bridgedDeviceIds

val bridgedDeviceIdsList<Id>

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