C8yGroupCategory

public enum C8yGroupCategory : String, CaseIterable, Hashable, Identifiable

Undocumented

  • Undocumented

    Declaration

    Swift

    case unknown = ""
  • Undocumented

    Declaration

    Swift

    case empty = "empty"
  • Undocumented

    Declaration

    Swift

    case group = "group"
  • Undocumented

    Declaration

    Swift

    case organisation = "organisation"
  • Undocumented

    Declaration

    Swift

    case building = "building"
  • Undocumented

    Declaration

    Swift

    case room = "room"
  • Undocumented

    Declaration

    Swift

    case asset = "asset"
  • Undocumented

    Declaration

    Swift

    case device = "device"
  • id

    Declaration

    Swift

    public var id: C8yGroupCategory { get }
  • Undocumented

    Declaration

    Swift

    public static func displayableForHighLevel() -> [C8yGroupCategory]
  • Undocumented

    Declaration

    Swift

    public static func displayableForLowLevel() -> [C8yGroupCategory]