docs: add stateSwitchSuccess server return inst

This commit is contained in:
realaltffour 2020-05-31 10:14:20 +03:00
parent 09cb95ddd1
commit c40a83c22f
No known key found for this signature in database
GPG Key ID: C1265D839D44DCB1
2 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@ -821,6 +821,10 @@ This is a server return instruction. It means that a sell action has succeeded.
\subsubsection{sellFail}
This is a server return instruction. It means that a sell action has failed.
The reason/message is in the arguments attached wit hthe instruction.
The reason/message is in the arguments attached with the instruction.
\subsubsection{stateSwitchSuccess}
This is a server return instruction. It means that a switchState action has
succeeded.
\end{document}