AssaAbloyCredentialServiceMetadata

@Serializable
class AssaAbloyCredentialServiceMetadata(val openingStatus: SeosOpeningStatus? = null)

Opening status, including the following:

  • success

  • bluetooth_communication_failed

  • timed_out

  • out_of_range

  • busy

  • motion_not_supported

  • tap_not_supported

  • opening_type_not_supported

  • rejected

  • reader_anti_passback

  • reader_failure

  • unknown

Constructors

Link copied to clipboard
constructor(openingStatus: SeosOpeningStatus? = null)

Properties

Link copied to clipboard
@SerialName(value = "opening_status")
val openingStatus: SeosOpeningStatus? = null