Shutdown and Restart¶
This interface is used to control the device’s shutdown, restart, or exit the FIRERPA service itself.
Shutdown System¶
This operation will shut down the current device.
d.shutdown()
Restart System¶
This operation will restart the current device.
d.reboot()
Exit Service¶
This operation will exit the FIRERPA service itself.
d.exit()