Get started with Digi Remote Manager Configure Remote Manager features by scheduling tasks
Digi XBee® 3 Cellular LTE Cat 1 AT&T Smart Modem User Guide
60
<remote_manager>
<MO>7</MO>
</remote_manager>
</set_setting>
</rci_request>
</send_message>
</sci>
</command>
<command>
<!-- Reboot to stop MicroPython -->
<name>Reboot</name>
<event>
<on_error>
<continue/>
</on_error>
</event>
<sci>
<reboot allowOffline="true" waitForReconnect="true"/>
</sci>
</command>
<!-- Update MicroPython application-->
<command>
<name>Upload Files</name>
<event>
<on_error>
<continue/>
</on_error>
</event>
<sci>
<file_system allowOffline="true" >
<commands>
<put_file path="/flash/main.py">
<file>~/MicroPython/main.py</file>
</put_file>
</commands>
</file_system>
</sci>
</command>
<command>
<name>Upload Files</name>
<event>
<on_error>
<continue/>
</on_error>
</event>
<sci>
<file_system allowOffline="true" >
<commands>
<put_file path="/flash/lib/uftp.py">
<file>~/MicroPython/uftp.py</file>
</put_file>
</commands>
</file_system>
</sci>
</command>
<command>
<name>RCI Command</name>
<event>
<on_error>
<continue/>