SM Command — SMS Destinations
Configures destination phone numbers for sending reports via SMS.
What is it for?
📱 Main use cases:
- 📨 Send alerts via text message
- 🚨 Emergency notifications without internet
- 📊 Reports to supervisors’ cell phones
- 🔔 Alerts to multiple recipients
- 📡 Backup communication when GPRS is unavailable
Reports must specify the SMS destination using @SMx where x is the configured number index (0-4).
Commands
| Operation | Syntax | Description |
|---|---|---|
| Query | QSMa | Reads number from index a |
| Configure | SSMabb..bb | Saves number to index a |
| Response | RSMabb..bb | Confirmation |
Parameters
| Parameter | Description | Values |
|---|---|---|
a | SMS destination index | 0 to 4 (5 destinations) |
bb..bb | Phone number | Up to 20 digits |
Examples
Configure SMS destination
>SSM0541155551234< // Configure index 0 with Argentine number
>RSM0541155551234< // ConfirmationConfigure multiple destinations
>SSM0541155551234< // Monitoring center
>SSM1541198765432< // Supervisor
>SSM2541112345678< // ManagerSend report via SMS (in rule)
>SRL50E;TRG=IN00-;ACC={STX ENTRADA ALERT ;@SM0}<
// └─ Send to destination SM0Sending SMS has a cost per message. Use it for important alerts, not for continuous tracking.
Compatibility
💾Firmware:v1.00.00
SPLegacy
ULLegacy
MTLegacy
C3Legacy
C5Legacy
SP-IOT
SM-IOT
ZE-IOT
See Also
- CXSMS Command - SMS retry mode configuration
- Events Engine - Rules configuration
Last updated