command Property

Used to send additional commands directly to the server.

Syntax

def set_command(value: str) -> None: ...

command = property(None, set_command)

Default Value

""

Remarks

This property can be used to send additional commands directly to the server. Check the last_reply property and/or trap the on_pi_trail events coming from the server to get the response.

This property is write-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]