SaltoTechnologyVersion

public enum SaltoTechnologyVersion : Int, StringValueConvertible

An enum defining Salto technology versions used in unlocking params.

  • v1

    First version of the JustIN Mobile technology where devices have to be waken up.

    Declaration

    Swift

    case v1
  • v2

    Second version of the JustIN Mobile technology where devices are already awake.

    Declaration

    Swift

    case v2
  • Declaration

    Swift

    public var stringValue: String { get }