home(_:didRemove:)
Tells the delegate that a home removed an action set.
Declaration
optional func home(_ home: HMHome, didRemove actionSet: HMActionSet)Parameters
- home:
The home.
- actionSet:
The action set that was removed.
Tells the delegate that a home removed an action set.
optional func home(_ home: HMHome, didRemove actionSet: HMActionSet)The home.
The action set that was removed.