Applications Develop Python applications
IX10 User Guide
614
n
The digidevice module provides platform-specific extensions that allow you to interact with
the device’s configuration and interfaces.
The following submodules are included with the digidevice module:
l
LEDs: digidevice.led
l
SMS: digidevice.sms
l
GPS: digidevice.location
l
Digi Remote Manager:
o
digidevice.datapoint
o
digidevice.device_request
o
digidevice.name
l
Device configuration: digidevice.config
l
Command line interface: digidevice.cli
l
Access runtime database: digidevice.runt
l
Set the maintenance window: digidevice.maintenance
n
Use the Python serial module—pySerial—to access the serial ports.
n
Eclipse Paho MQTT Python client enables applications to connect to an MQTT broker to
publish messages, and to subscribe to topics and receive published messages.
Note Module-related documentation is in the Digidevice module section.
Digidevice module
The Python digidevice module provides platform-specific extensions that allow you to interact with
the device’s configuration and interfaces. The following submodules are included with the digidevice
module:
This section contains the following topics: