From 14ed3e313297cbe0b869dc23d4ab18232539f8af Mon Sep 17 00:00:00 2001 From: rawee Date: Fri, 9 Dec 2022 13:16:45 +0530 Subject: [PATCH] Node Details and ReadMe updated --- README.md | 4 ++-- whatsappAdmin.html | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ad5b27..04765e1 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Currently in developing mode, Continous updated may encounter. :sweat_smile: - Sender number can be read at `msg.from`. - Please look complete `{msg}` to get all details about recived message. - -*Try to send a message `!nodered` to connected whatsapp number and get a `Hi` in reply from Node-Red.* + Test Mode of Whatsapp In Node : +*Connect Whatsapp IN Node and try to send a message `!nodered` to connected whatsapp number and get a `Hi` in reply from Node-Red.* 3. **Whatsapp Out** : As simple as mention on name, node will send `msg.payload` recived at input to the number mentioned in node. diff --git a/whatsappAdmin.html b/whatsappAdmin.html index 554c89a..3ee3f41 100644 --- a/whatsappAdmin.html +++ b/whatsappAdmin.html @@ -43,6 +43,7 @@ Node used for basic status of whatsapp. |`status` | provide status on `msg.payload` for all and each input mentioned in above table. | | Connecting..| When whatsapp attempting to connect. | QR Code (image) | when QR code is generated. *This method can also be used to get QR Code (image) generated by whatsapp.* -| Connected | When whatapp is sucessfully connected.| +| Connected | When whatapp is sucessfully connected.| +| Group Joined or Removed | `msg.paylod` : Group Name.
`msg.type` : joined / Removed from group.
`msg.notification` : Complete notification.
`msg.chat` : Complete Group Details.