TuoniResult¶
- class tuoni.TuoniResult(conf, c2)[source]¶
A class that provides data for a command result.
- status¶
The status of the result.
- Type:
str
- error_message¶
The error message, if any, for the result.
- Type:
str
- received¶
The time, in string format, indicating when the result was received.
- Type:
str
- parts¶
A list of parts that make up the result.
- Type:
list[TuoniResultPart]