1.0.4 • Published 6 months ago
@zigasebenik/node-red-zte-sms v1.0.4
ZTE SMS
ZTE SMS is a custom Node-Red node to send SMS message using ZTM LTE modem.
Tested on model MF79U
.
Install
Search for: @zigasebenik/node-red-zte-sms
Or install manually: npm install @zigasebenik/node-red-zte-sms
Properties
- Name: Name fo the node
- Modem: add modem configuration
- SMS message: select to either send whole or part of the incoming node message as SMS
- Phone number: phone number of the SMS recipient
Modem properties
- Name: Name of the modem
- Modem IP: ZTE modem IP
- Modem password: password for the ZTE modem
Controlling the phone recipient with incoming message
You can define phone recipient number also through incoming node message instead of defining it in properties, by adding recipientNumber
key.
example
{
payload: "your payload",
topic: "your topic",
recipientNumber: "123456789"
}