Send feedback
DecommissionSideEffect
Stay organized with collections
Save and categorize content based on your preferences.
enum DecommissionSideEffect
extension HomeDevice . DecommissionSideEffect : Equatable , Hashable , Sendable
Undocumented
The device is a bridge, decommissioning it will also remove all its bridged devices.
Declaration
Swift
case bridge ( bridgedDeviceIDs : Set < String > )
Decommissioning this device will decommission multiple devices.
This can happen when a physical device is represented by multiple logical devices,
decommissioning any of the logical devices will decommission the physical device, thus
removing all logical devices.
Declaration
Swift
case multipleAffectedDevices ( deviceIDs : Set < String > )
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-31 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Incorrect information","incorrectInformation","thumb-down"],["Not enough information/samples","notEnoughInformationSamples","thumb-down"],["Too complicated","tooComplicated","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-31 UTC."],[],[]]