Node Details and ReadMe updated

This commit is contained in:
rawee 2022-12-09 13:16:45 +05:30
parent b0bb79845f
commit 14ed3e3132
2 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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. </br> `msg.type` : joined / Removed from group.</br> `msg.notification` : Complete notification. </br> `msg.chat` : Complete Group Details.
</script>