Ragenvald
Results
1
comments of
Ragenvald
> Hi Ragenvald > > The return value of `shell` function is the `command` result > > **example** > > ```python > print(device.shell("echo hello world !")) > >> hello world...