From e3840a2f2487149afc8b094dc74eed4ee44647cb Mon Sep 17 00:00:00 2001 From: ni-richard Date: Sat, 14 Sep 2019 11:52:24 +0200 Subject: [PATCH] Updated fsm.update (markdown) --- fsm.update.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fsm.update.md b/fsm.update.md index 151b32c..50c39a1 100644 --- a/fsm.update.md +++ b/fsm.update.md @@ -38,17 +38,17 @@ **Example**: ```json { + "key": "fsm.update", + "intent": "event", + "scope": "broadcast", "current_state": "1", "in_accepted_state": false, - "intent": "event", - "key": "fsm.update", "last_event": { "from_state": "0", "timestamp": "2019-09-10T14:43:35.646400", "to_state": "1", "trigger": "step_1" }, - "scope": "broadcast", "valid_transitions": [ {"trigger": "to_0"}, {"trigger": "to_1"},