We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d9b6e commit 49ffbc1Copy full SHA for 49ffbc1
README.md
@@ -214,11 +214,13 @@ await seam.locks.unlockDoor({ device_id })
214
If you have already have an action attempt id
215
and want to wait for it to resolve, simply use
216
217
-
218
```ts
219
-await seam.actionAttempts.get({ action_attempt_id, }, {
220
- waitForActionAttempt: true
221
-})
+await seam.actionAttempts.get(
+ { action_attempt_id },
+ {
+ waitForActionAttempt: true,
222
+ },
223
+)
224
```
225
226
Using the `waitForActionAttempt` option:
0 commit comments