cterasdk.edge.power module¶
-
class
cterasdk.edge.power.Power(gateway)¶ Bases:
cterasdk.edge.base_command.BaseCommandGateway Power APIs
-
reboot(wait=False)¶ Reboot the Gateway
Parameters: wait (bool,optional) – Wait got the reboot to complete, defaults to False
-
reset(wait=False)¶ Reset the Gateway setting
Parameters: wait (bool,optional) – Wait got the reset to complete, defaults to False
-
shutdown()¶ Shutdown the Gateway
-