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