Skip to content

Commit

Permalink
Update implementation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bocchino committed Dec 4, 2024
1 parent da40012 commit 65d6408
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions docs/fpp-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -2798,7 +2798,7 @@ <h3 id="Definitions_State-Machine-Definitions">5.10. State Machine Definitions</
</div>
<div class="paragraph">
<p><strong>Implementation note:</strong>
As of FPP v2.2.0, only external state machine definitions are implemented.</p>
As of FPP v2.2.1, only external state machine definitions are implemented.</p>
</div>
<div class="sect3">
<h4 id="Definitions_State-Machine-Definitions_Syntax">5.10.1. Syntax</h4>
Expand Down Expand Up @@ -3902,8 +3902,7 @@ <h2 id="State-Machine-Behavior-Elements">6. State Machine Behavior Elements</h2>
</div>
<div class="paragraph">
<p><strong>Implementation note:</strong>
State machine behavior elements will not be implemented until Phase 2
of state machine support in FPP.</p>
As of FPP v2.2.1, state machine behavior elements are not implemented.</p>
</div>
<div class="sect2">
<h3 id="State-Machine-Behavior-Elements_Action-Definitions">6.1. Action Definitions</h3>
Expand Down Expand Up @@ -10580,7 +10579,7 @@ <h3 id="Analysis-and-Translation_Translation-Tools">22.4. Translation Tools</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-04 08:06:14 -0800
Last updated 2024-12-04 10:25:34 -0800
</div>
</div>
<script src="code-prettify/run_prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/fpp-users-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -14754,7 +14754,7 @@ <h4 id="Writing-C-Plus-Plus-Implementations_Implementing-Deployments_Public-Symb
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-04 08:08:43 -0800
Last updated 2024-12-04 10:26:19 -0800
</div>
</div>
<script src="code-prettify/run_prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/Definitions/State-Machine-Definitions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ specifies the behavior of a state machine and
causes an implementation to be generated.

*Implementation note:*
As of FPP v2.2.0, only external state machine definitions are implemented.
As of FPP v2.2.1, only external state machine definitions are implemented.

==== Syntax

Expand Down
3 changes: 1 addition & 2 deletions docs/spec/State-Machine-Behavior-Elements/Introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ associated with a
<<Definitions_State-Machine-Definitions,state machine definition>>.

*Implementation note:*
State machine behavior elements will not be implemented until Phase 2
of state machine support in FPP.
As of FPP v2.2.1, state machine behavior elements are not implemented.

0 comments on commit 65d6408

Please sign in to comment.