EntityType
public enum EntityType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case device = "DEVICE" -
Undocumented
Declaration
Swift
case service = "SERVICE" -
Undocumented
Declaration
Swift
case deviceModel = "DEVICE_MODEL" -
Undocumented
Declaration
Swift
case capability = "CAPABILITY" -
Undocumented
Declaration
Swift
case state = "STATE" -
Undocumented
Declaration
Swift
case action = "ACTION" -
Undocumented
Declaration
Swift
case event = "EVENT" -
Undocumented
Declaration
Swift
case property = "PROPERTY" -
Undocumented
Declaration
Swift
case mapping = "MAPPING" -
Undocumented
Declaration
Swift
case `enum` = "ENUM" -
Declaration
Swift
public var description: String { get }
View on GitHub
EntityType Enumeration Reference