mmcli: add examples (#10518)

* mmcli: add examples

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
Managor 2023-07-24 20:50:20 +03:00 committed by GitHub
parent ebf1a23afe
commit 2ca3b9de4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,18 @@
> Control and monitor the ModemManager.
> More information: <https://www.freedesktop.org/software/ModemManager/man/latest/mmcli.1.html>.
- List available modems:
`mmcli --list-modems`
- Print information about a modem:
`mmcli --modem={{modem}}`
- Enable a modem:
`mmcli --modem={{modem}} --enable`
- List SMS messages available on the modem:
`sudo mmcli --modem={{modem}} --messaging-list-sms`