get Readable Status
Converts a byte representing the status of a lock into a readable string. Each byte can represent different statuses, like "OK" or "JAMMED".
Return
A readable string corresponding to the lock's status or "UNKNOWN STATUS" if the byte is unknown.
Parameters
this
The byte representing the lock's status.