cterasdk.edge.power module

class cterasdk.edge.power.Boot(gateway, retries=60, seconds=5)

Bases: object

wait()
class cterasdk.edge.power.Power(gateway)

Bases: cterasdk.edge.base_command.BaseCommand

Gateway 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