cterasdk.edge.shell module¶
-
class
cterasdk.edge.shell.Shell(gateway)¶ Bases:
cterasdk.edge.base_command.BaseCommandGateway Shell command
-
run_command(shell_command)¶ Execute a shell command on the gateway
Parameters: shell_command (str) – The shell command to execute Returns: The command result
-