1.0.4 • Published 6 months ago

@zigasebenik/node-red-zte-sms v1.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

ZTE SMS

ZTE SMS is a custom Node-Red node to send SMS message using ZTM LTE modem. Tested on model MF79U.

node-red-zte-sms

Install

Search for: @zigasebenik/node-red-zte-sms

Or install manually: npm install @zigasebenik/node-red-zte-sms

Properties

Node 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

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"
}
1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago