mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 17:29:15 -06:00
Update dictionary definitions
This commit is contained in:
parent
2a6b4dfd7f
commit
659f245722
@ -4395,13 +4395,7 @@ the following:</p>
|
||||
<div class="ulist">
|
||||
<ul>
|
||||
<li>
|
||||
<p>A <a href="#Types_Primitive-Integer-Types">primitive integer type</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>A <a href="#Types_Floating-Point-Types">floating-point type</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>A <a href="#Types_The-Boolean-Type">boolean type</a>.</p>
|
||||
<p>A <a href="#Types_Primitive-Types">primitive type</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>A <a href="#Types_String-Types">string type</a>.</p>
|
||||
@ -11930,7 +11924,7 @@ equivalent.</p>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2025-09-30 11:19:46 -0700
|
||||
Last updated 2025-10-06 14:52:48 -0700
|
||||
</div>
|
||||
</div>
|
||||
<script src="code-prettify/run_prettify.js"></script>
|
||||
|
||||
@ -15783,7 +15783,7 @@ serialized according to its
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2025-09-30 11:07:47 -0700
|
||||
Last updated 2025-10-06 14:53:09 -0700
|
||||
</div>
|
||||
</div>
|
||||
<script src="code-prettify/run_prettify.js"></script>
|
||||
|
||||
@ -464,7 +464,7 @@ generated code.</p>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2025-09-30 10:52:24 -0700
|
||||
Last updated 2025-02-20 09:48:25 -0800
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -11,9 +11,7 @@ Type definitions that are included in the dictionary must be
|
||||
Constants that are included in the dictionary must be one of
|
||||
the following:
|
||||
|
||||
* A <<Types_Primitive-Integer-Types,primitive integer type>>.
|
||||
* A <<Types_Floating-Point-Types,floating-point type>>.
|
||||
* A <<Types_The-Boolean-Type,boolean type>>.
|
||||
* A <<Types_Primitive-Types,primitive type>>.
|
||||
* A <<Types_String-Types,string type>>.
|
||||
* An <<Types_Enum-Types,enum type>>.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user