Update README.md

This commit is contained in:
Pierre Balzack 2024-10-10 14:05:20 -07:00 committed by GitHub
parent cb0130ea20
commit 989aa68053
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -277,6 +277,10 @@ Automate allocates the Bot interface for ia specific communication channel
```Contact::connectCard(cardId: string): Promise<void>```
Save contact of connection request without accepting connection with confirmCard
```Contact::confirmCard(cardId: string): Promise<void>```
Disconnect from a connected with diconnectCard to stop sharing with that contact
```Contact::disconnectCard(cardId: string): Promise<void>```