enum HomeObjectType
extension HomeObjectType : Equatable, Hashable, Sendable
Discriminator for specific subclass of HomeObject
.
-
Undocumented
Declaration
Swift
case structure
-
Undocumented
Declaration
Swift
case room
-
Undocumented
Declaration
Swift
case device
-
Undocumented
Declaration
Swift
case endpoint
-
Undocumented
Declaration
Swift
case component
-
Undocumented
Declaration
Swift
case automation
-
Undocumented
Declaration
Swift
case any
-
Returns the core ObjectTypeID. See google3/nest/platform/mesh/core/proto/object_types/object_types.json
Declaration
Swift
var objectTypeID: String { get }