By default, the DO field on an Xbee3 is set to 1.
https://www.digi.com/resources/documentation/Digidocs/90002258/#reference/r_cmd_do_cellular.htm%3FTocPath%3DAT%2520commands%7CNetwork%2520commands%7C_____8
However, at the bottom of that page there is a note about power saving mode:
"Note We strongly recommend that you clear bit 0 (Enable Remote Manager) if you set bit 3. If not, the connection that the device retains with Remote Manager causes the cellular component to spend very little time in low power, negating the value of selecting that feature."
The consequences of disabling this bit are not clear though. If we do clear bit 0 for improved power savings, will we be able to use Remote Manager at all down the road?
Specifically, if there is a reason for us to need to update python files, or change settings, can we still use Remote Manager to send a RCI packet to enable this bit? Such as this:
https://www.digi.com/resources/documentation/Digidocs/90002258/#tasks/t_rm_restore_persistent_tcp.htm
Or, does disabling this completely remove any ability to use Remote Manager at all?
Thanks!