Skip to content

Commit

Permalink
Merge branch 'main' of github.com:estkme/lpac
Browse files Browse the repository at this point in the history
  • Loading branch information
estkme committed Aug 16, 2024
2 parents 302984f + 56352c5 commit e6b32e1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ lpac notification <subcommand> [parameters]
```

> [!NOTE]
> Downstream developers or end users should process Notification as soon as possible when they exist to comply with GSMA specifications. lpac will not automatically delete the Notification after sending it, and you need to delete it manually.
> Downstream developers or end users should process Notification as soon as possible when they exist to comply with GSMA specifications. lpac will not automatically delete the Notification after sending it. You can pass `-r` to `notification process` or you need to delete it manually.
<details>

Expand Down Expand Up @@ -314,6 +314,13 @@ lpac notification <subcommand> [parameters]

</details>

##### Processing requires connection to server and the following optional parameters:

The following parameters can be used to customize the behavior of `notification process`:

- `-a`: Process all notifications
- `-r`: Automatically remove processed notifications

#### driver

Now there is only one command: `lpac driver apdu list` to get card reader list.

0 comments on commit e6b32e1

Please sign in to comment.