AFT Lock Status
- class models.AftLockStatus.AftLockStatus
Bases:
objectClass representing the lock status for AFT
- STATUS_MAP = {'00': 'Game locked', '40': 'Game lock pending', 'ff': 'Game not locked'}
- 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