Skip to content

Commit

Permalink
docs: update statemachine docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Sep 29, 2023
1 parent 59dd3d4 commit 0eaef4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/statemachine/README-action-statemachine.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/statemachine/action-statemachine.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0eaef4c

Please sign in to comment.