Removes a service from the service group.
SDK
- iOS 8.0+
Framework
- Home
Kit
Removes a service from the service group.
SDK
Framework
var name: String
The name of the service group.
var unique Identifier: UUID
The unique identifier for the service group.
func update Name(String, completion Handler: (Error?) -> Void)
Updates the name of the service group.
var services: [HMService]
Array of the services in the service group.
func add Service(HMService, completion Handler: (Error?) -> Void)
Adds a new service to the service group.