Updated fsm.update (markdown)

ni-richard 2019-09-10 17:09:18 +02:00
parent 8ea4d30626
commit 9299bd1457

@ -1,4 +1,4 @@
## Request ### Request
* **Description**: Inquires about the current state of the FSM. * **Description**: Inquires about the current state of the FSM.
* **Subscribers**: [FSMHandler](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/FSMHandler) * **Subscribers**: [FSMHandler](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/FSMHandler)
@ -19,7 +19,7 @@
} }
``` ```
## Response ### Response
* **Description**: Lists information about the FSM's internal state. * **Description**: Lists information about the FSM's internal state.
* **Subscribers**: [FSMAware](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/FSMAware) * **Subscribers**: [FSMAware](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/FSMAware)