ReaderActionType
public enum ReaderActionType
Enum describing the action types allowed for a reader
-
Requests Access to open the door
Declaration
Swift
case requestAccess
-
Enumerates available actions
Declaration
Swift
case enumerate
-
Requests to Arm the Alarm Zone that the reader is connected to
Declaration
Swift
case arm
-
Requests to Disarm the Alarm Zone that the reader is connected to
Declaration
Swift
case disarm
-
Requests to set the Access Zone on the Door that the reader is connected to, to Mode 1 (which is usually Secure) You should not assume that this is always Secure, but rather use the ReaderAction’s name property to display to the end user
Declaration
Swift
case mode1
-
Requests to set the Access Zone on the Door that the reader is connected to, to Mode 2 (which is usually Free Access) You should not assume that this is always Free Access but rather use the ReaderAction’s name property to display to the end user
Declaration
Swift
case mode2
-
Requests to set the Alarm Zone that the reader is connected to, to it’s regularly scheduled state
Declaration
Swift
case schedule
-
Requests to Arm the Alarm Zone and set the Access Zone to Mode 1
Declaration
Swift
case armMode1
-
Requests to Arm the Alarm Zone and set the Access Zone to Mode 2
Declaration
Swift
case armMode2
-
Requests to Disarm the Alarm Zone and set the Access Zone to Mode 1
Declaration
Swift
case disarmMode1
-
Requests to Disarm the Alarm Zone and set the Access Zone to Mode 2
Declaration
Swift
case disarmMode2
-
Requests to Toggle a specific Output
Declaration
Swift
case output