Use Python To Send And Receive Sms Messages - Digi IX10 User Manual

Hide thumbs Also See for IX10:
Table of Contents

Advertisement

Applications
# python
Python 3.6.10 (default, Jan 31 2020, 08:45:19)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
3. Import the name submodule:
>>> from digidevice import name
>>>
4. Use the help command with name:
>>> help(name)
Help on module digidevice.name in digidevice:
NAME
digidevice.name - API for uploading name from the device
...
5. Use Ctrl-D to exit the Python session. You can also exit the session using exit() or quit().

Use Python to send and receive SMS messages

You can create Python scripts that send and receive SMS message in tandem with the Digi Remote
Manager or Digi aView by using the digidevice.sms module. To use a script to send or receive SMS
messages, you must also enable the ability to schedule SMS scripting.
Enable the ability to schedule SMS scripting
  WebUI
1. Log into the IX10 WebUI as a user with full Admin access rights.
2. On the menu, click System. Under Configuration, click Device Configuration.
The Configuration window is displayed.
3. Click System > Scheduled tasks.
IX10 User Guide
Digidevice module
359

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents