You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 5 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.
Update the following methods on the
Tso
class:start_tso_session
- deprecate and replace withstart
end_tso_session
- deprecate and replace withstop
send_tso_message
- deprecate and replace withsend
issue_command
- keep but update return typeThe return types of the new methods should be dataclasses:
start
->StartTsoResponse
end_tso_session
->StopTsoResponse
send
->TsoDataResponse
issue_command
->IssueTsoResponse
The text was updated successfully, but these errors were encountered: