Enter Door Code
enter_codeSubmit a four-digit code to the door keypad to check if it unlocks the door. Preserves leading zeros in the code.
Instructions
Enter a candidate four-digit code on the locked door's keypad.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Code to try on the door keypad, supplied as a string so leading zeroes are preserved. | |
| session_id | Yes | Session ID returned by start_game. |