Unlocks the device screen with multiple authentication methods.
- Wakes up device screen
- Performs unlock gesture (swipe, PIN, or pattern)
- Verifies device is unlocked
| Option | Type | Description |
|---|
| Method | Select | power_swipe, power_only, swipe_only, swipe_home, pin, pattern |
| Use Power | Boolean | Press power button first (default: true) |
| Swipe X | Number | Horizontal swipe position (pixels) |
| Swipe Y Start | Number | Swipe start Y position (pixels) |
| Swipe Y End | Number | Swipe end Y position (pixels) |
| PIN | Text | PIN code for PIN unlock method |
| Pattern Points | Text | Pattern coordinates (format: “x1,y1 x2,y2 x3,y3”) |
| Wait After | Number | Seconds to wait after unlock (default: 1) |
| Max Retries | Number | Retry attempts (default: 3) |
| Retry Delay | Number | Seconds between retries (default: 0.5) |
| Power Sleep | Number | Seconds after power press (default: 0.7) |
| Verify Unlock | Boolean | Confirm unlock succeeded (default: true) |
| Force Unlock | Boolean | For debug/testing (default: false) |
| Method | Description |
|---|
| power_swipe | Press power + swipe up |
| power_only | Just press power button |
| swipe_only | Just swipe (screen already on) |
| swipe_home | Swipe + press home |
| pin | Enter PIN code |
| pattern | Draw pattern |
- At the start of scheduled workflows
- After Lock Device module
- When device may be locked