nickiv / node-red-huawei-sms

Node-RED module to send and receive SMS from Huawei LTE USB Stick
1 stars 0 forks source link

What's new in version 0.0.10? #5

Open PandCall opened 1 month ago

PandCall commented 1 month ago

Hello nickiv,

There is no release note. Regards

nickiv commented 1 month ago

Some improvements regarding incoming messages:

  1. Added option to concat long messages. Actually lte stick is doing concatenation by itself, but we need to wait for it.
  2. Added auto decoding html entities in incoming messages. So links and quotes are looking better in the output.

Recently I found out that there are cases when this new concatenation doesnt work. But mostly it does.