关机重启

该功能用于设备的关机重启,或者退出 LAMDA 服务本身。

# 关闭系统(等于关机)
d.shutdown()
# 重启系统(等于重启)
d.reboot()

# 退出 LAMDA 服务
d.exit()