From 0eaef4c69699014c0a114ed86e8fbdf9d6e31e60 Mon Sep 17 00:00:00 2001 From: Joel Rebello Date: Fri, 29 Sep 2023 17:57:16 +0200 Subject: [PATCH] docs: update statemachine docs --- docs/statemachine/README-action-statemachine.md | 2 +- docs/statemachine/action-statemachine.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/statemachine/README-action-statemachine.md b/docs/statemachine/README-action-statemachine.md index 3ff99b35..1a540c09 100644 --- a/docs/statemachine/README-action-statemachine.md +++ b/docs/statemachine/README-action-statemachine.md @@ -408,7 +408,7 @@ In this action transition the Device will be power-cycled if the component firmw Transition rules are the rules that define the required source states and conditions needed to move to a particular destination state when a particular transition type happens ### Check installed firmware -Check firmware installed on component - if its equal - returns error, unless Task.Parameters.Force=true. +Check firmware installed on component #### Source states * [poweredOnDevice](#poweredondevice) diff --git a/docs/statemachine/action-statemachine.json b/docs/statemachine/action-statemachine.json index b5923e45..8d77d8da 100644 --- a/docs/statemachine/action-statemachine.json +++ b/docs/statemachine/action-statemachine.json @@ -7,7 +7,7 @@ ], "destination_state": "checkedCurrentFirmware", "name": "Check installed firmware", - "description": "Check firmware installed on component - if its equal - returns error, unless Task.Parameters.Force=true." + "description": "Check firmware installed on component" }, { "transition_type": "downloadingFirmware",