SaltoTechnologyVersion
public enum SaltoTechnologyVersion : Int, StringValueConvertible
An enum defining Salto technology versions used in unlocking params.
-
First version of the JustIN Mobile technology where devices have to be waken up.
Declaration
Swift
case v1 -
Second version of the JustIN Mobile technology where devices are already awake.
Declaration
Swift
case v2 -
Declaration
Swift
public var stringValue: String { get }
SaltoTechnologyVersion Enumeration Reference