Entities
Device
A Device
represents a single ParqEx Access Controller. Each device can have one or more Door
(depending on the model. see below what a single-door entity looks like). The attributes of a Device
are as follows:
Attribute Name | Data Type | Description |
| UUID | Unique identifier of the |
| Integer | 1-100 |
| Object | An object array of |
| Timestamp (eg. YYYY-MM-DD HH:MM:SS) | Timestamp of the last time the |
| Boolean | true if |
| Boolean | true if |
Door
A Door
represents a single access control point (pedestrian door, garage door, elevator button etc.) opener connected to a ParqEx Controller. A Door
must belong to a device. The attributes of a device are as follows:
Attribute Name | Data Type | Description |
| UUID | Unique identifier of the |
| String | Deprecated |
| Boolean | Deprecated |
| Boolean | Deprecated |
| Timestamp (eg. YYYY-MM-DD HH:MM:SS) | Timestamp of the last time the |
| String | A name assigned by the user. Every user can set their own unique names. |
| Boolean | true if the |
| Enum | Either “OPEN” or “CLOSED”. Represents current state of door. |
| String | “Owner” if the current user is the admin of the |
Last updated