Updated Feature Matrix (markdown)

John Freed 2021-08-12 00:10:11 +02:00
parent 41aef38ac5
commit 2255a09a42

@ -8,6 +8,7 @@
| joinGroup | ✅ | ❌ | ✅
| link | ✅ | ❌ | ✅
| listContacts | ✅ | ❌ | ✅<sup>15</sup>
| > getContactName | ✅ | ✅ | ✅
| > isContactBlocked | ❌ | ❌ | ✅
| > listNumbers | ❌ | ❌ | ✅
| listDevices | ✅ | ❌ | ❔
@ -78,7 +79,6 @@
| feature | plaintext CLI | json CLI<sup>8</sup> | dbus |
|---------|:-------------:|:--------:|------|
| getAttachments | ✅ | ✅ | ✅
| getContactName | ✅ | ✅ | ✅
| getContactNumber | ✅ | ✅ | ✅
| getDestination | ✅ | ✅ | ✅
| getGroupId | ✅ | ✅ | ✅
@ -156,4 +156,4 @@
12. Provided via the `--captcha` option
13. Provided via the `isRegistered` command
14. Provided via the `--pin` option
15. Provided indirectly by the `listNumbers` command, which returns an array of contact numbers, followed by a series of calls to the `isContactBlocked` command
15. Provided indirectly by the `listNumbers` command, which returns an array of contact numbers, followed by a series of calls to getContactName` and `isContactBlocked`