Node Details and Readme updated

This commit is contained in:
rawee 2022-12-07 00:39:50 +05:30
parent c2f89bfa40
commit 4c87e24f2a
2 changed files with 6 additions and 6 deletions

View File

@ -17,13 +17,11 @@ Currently in developing mode, Continous updated may encounter.
## Nodes
1. **Whatsapp Admin** : Node used for basic status of whatsapp.
| Inputs | Description |
|--------|-------------- |
| test | Checks the current status of whatsapp and output the same in `msg.payload`|
| destroy| Close the client and destroy the connection.|
| restart | restart the whatsapp client |
| restart | Restart the whatsapp client |
| logout | Simply log you out and close the session. |

View File

@ -30,10 +30,12 @@
<label for="node-input-number"><i class="fa fa-tag"></i> Number</label>
<input type="text" id="node-input-number" placeholder="Mobile Number..">
</div>
<p>Don't forget to mention international dialing code befor your number.
Number must be in format like `+11 99999 99999` without any space</p>
</script>
<script type="text/html" data-help-name="whatsapp-out">
<p>A simple node to Send whatsapp messages.</p>
<p>Number should be with contry code. Example : +1 99999 99999</p>
<script type="text/markdown" data-help-name="whatsapp-out">
**Whatsapp Out** : As simple as mention on name, node will send `msg.payload` recived at input to the number mentioned in node.
*Don't forget to mention international dialing code befor your number. Number must be in format like `+11 99999 99999` without any space.*
</script>