Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.42 KB

SystemProtocolEntry.md

File metadata and controls

17 lines (13 loc) · 1.42 KB

SystemProtocolEntry

Properties

Name Type Description Notes
id int Unique identifier
event \Coucounco\Airkey\Swagger\Client\Model\SystemProtocolEvent Type of system protocol entry event [optional]
details \Coucounco\Airkey\Swagger\Client\Model\SystemProtocolDetails Details of the system protocol entry event [optional]
timestamp string Timestamp of the event (ISO 8601-format compliant date with time in UTC, milliseconds precision) [optional]
lock_identifier string Identifier of the locking component which was involved in the event, otherwise empty if no locking component was involved [optional]
lock_id int Unique id of the locking component which was involved in the event if it still exists in the access control system, otherwise empty [optional]
medium_identifier string Identifier of the medium which was involved in the event, otherwise empty if no medium was involved, [optional]
medium_id int Unique id of the medium which was involved in the event if it still exists in the access control system, otherwise empty [optional]

[Back to Model list] [Back to API list] [Back to README]