(self)
| 5810 | return RemoteControlStatusResult(status) |
| 5811 | |
| 5812 | def to_dict(self) -> dict: |
| 5813 | result: dict = {} |
| 5814 | result["status"] = (self.status).to_dict() |
| 5815 | return result |
| 5816 | |
| 5817 | # Experimental: this type is part of an experimental API and may change or be removed. |
| 5818 | @dataclass |