SaltoOpeningMode

public enum SaltoOpeningMode : UInt8

An enum defining Salto opening modes.

  • Open a Salto Door if the user allowed access.

    Declaration

    Swift

    case standardMode = 0
  • Open a Salto Door and put it in office mode if the user is authorized and the lock supports office mode. The door will be opened from that point onward until locked again manually or via schedule.

    Declaration

    Swift

    case officeMode = 1