AFT Rgistration Status

class models.AftRegistrationStatus.AftRegistrationStatus

Bases: object

Class representing the registration status for AFT

STATUS_MAP = {'00': 'Gaming machine registration ready', '01': 'Gaming machine registered', '40': 'Gaming machine registration pending', '80': 'Gaming machine not registered'}
classmethod get_status(key)

Get the status value for the given key.

Parameters:

key (str) – The key for the status.

Returns:

The corresponding status value or an error message if the key is not found.

Return type:

str