Shutdown and Reboot

This interface is used to control the device's shutdown and reboot, or to exit the FIRERPA service itself.

Shut Down the System

This operation will shut down the current device.

d.shutdown()

Reboot the System

This operation will reboot the current device.

d.reboot()

Exit the Service

This operation will cause the FIRERPA service itself to exit.

d.exit()