Skip to content

Commit 006e13d

Browse files
committed
deploy: f48b624
1 parent 3117b90 commit 006e13d

73 files changed

Lines changed: 644 additions & 250 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ConditionBuilder.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h4 class="name" id="stateOfItem"><span class="type-signature"></span>stateOfIte
104104

105105
<dt class="tag-source">Source:</dt>
106106
<dd class="tag-source"><ul class="dummy"><li>
107-
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line44">line 44</a>
107+
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line49">line 49</a>
108108
</li></ul></dd>
109109

110110

@@ -262,7 +262,7 @@ <h4 class="name" id="then"><span class="type-signature"></span>then<span class="
262262

263263
<dt class="tag-source">Source:</dt>
264264
<dd class="tag-source"><ul class="dummy"><li>
265-
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line29">line 29</a>
265+
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line34">line 34</a>
266266
</li></ul></dd>
267267

268268

@@ -342,7 +342,7 @@ <h5 class="h5-parameters">Parameters:</h5>
342342
<td class="type">
343343

344344

345-
<span class="param-type">*</span>
345+
<span class="param-type"><a href="global.html#RuleCallback">RuleCallback</a></span>
346346

347347

348348

@@ -363,7 +363,7 @@ <h5 class="h5-parameters">Parameters:</h5>
363363

364364

365365

366-
<td class="description last"><p>the optional function to execute</p></td>
366+
<td class="description last"><p>the optional callback function to execute when the rule is run</p></td>
367367
</tr>
368368

369369

@@ -427,7 +427,7 @@ <h5 class="h5-returns">Returns:</h5>
427427
<br class="clear">
428428

429429
<footer>
430-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Wed Dec 24 2025 12:21:42 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
430+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Fri Feb 06 2026 21:18:35 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
431431
</footer>
432432

433433
<script>prettyPrint();</script>

ConditionConf.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h4 class="name" id="ConditionConf"><span class="type-signature"></span>new Cond
8686

8787
<dt class="tag-source">Source:</dt>
8888
<dd class="tag-source"><ul class="dummy"><li>
89-
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line53">line 53</a>
89+
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line58">line 58</a>
9090
</li></ul></dd>
9191

9292

@@ -189,7 +189,7 @@ <h4 class="name" id="then"><span class="type-signature"></span>then<span class="
189189

190190
<dt class="tag-source">Source:</dt>
191191
<dd class="tag-source"><ul class="dummy"><li>
192-
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line63">line 63</a>
192+
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line68">line 68</a>
193193
</li></ul></dd>
194194

195195

@@ -269,7 +269,7 @@ <h5 class="h5-parameters">Parameters:</h5>
269269
<td class="type">
270270

271271

272-
<span class="param-type">*</span>
272+
<span class="param-type"><a href="global.html#RuleCallback">RuleCallback</a></span>
273273

274274

275275

@@ -290,7 +290,7 @@ <h5 class="h5-parameters">Parameters:</h5>
290290

291291

292292

293-
<td class="description last"><p>an optional function</p></td>
293+
<td class="description last"><p>the optional callback function to execute when the rule is run</p></td>
294294
</tr>
295295

296296

@@ -354,7 +354,7 @@ <h5 class="h5-returns">Returns:</h5>
354354
<br class="clear">
355355

356356
<footer>
357-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Wed Dec 24 2025 12:21:43 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
357+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Fri Feb 06 2026 21:18:35 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
358358
</footer>
359359

360360
<script>prettyPrint();</script>

FunctionConditionConf.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h4 class="name" id="then"><span class="type-signature"></span>then<span class="
112112

113113
<dt class="tag-source">Source:</dt>
114114
<dd class="tag-source"><ul class="dummy"><li>
115-
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line63">line 63</a>
115+
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line68">line 68</a>
116116
</li></ul></dd>
117117

118118

@@ -197,7 +197,7 @@ <h5 class="h5-parameters">Parameters:</h5>
197197
<td class="type">
198198

199199

200-
<span class="param-type">*</span>
200+
<span class="param-type"><a href="global.html#RuleCallback">RuleCallback</a></span>
201201

202202

203203

@@ -218,7 +218,7 @@ <h5 class="h5-parameters">Parameters:</h5>
218218

219219

220220

221-
<td class="description last"><p>an optional function</p></td>
221+
<td class="description last"><p>the optional callback function to execute when the rule is run</p></td>
222222
</tr>
223223

224224

@@ -282,7 +282,7 @@ <h5 class="h5-returns">Returns:</h5>
282282
<br class="clear">
283283

284284
<footer>
285-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Wed Dec 24 2025 12:21:43 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
285+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Fri Feb 06 2026 21:18:35 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
286286
</footer>
287287

288288
<script>prettyPrint();</script>

ItemStateConditionConf.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h4 class="name" id="in"><span class="type-signature"></span>in<span class="sign
115115

116116
<dt class="tag-source">Source:</dt>
117117
<dd class="tag-source"><ul class="dummy"><li>
118-
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line147">line 147</a>
118+
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line152">line 152</a>
119119
</li></ul></dd>
120120

121121

@@ -281,7 +281,7 @@ <h4 class="name" id="is"><span class="type-signature"></span>is<span class="sign
281281

282282
<dt class="tag-source">Source:</dt>
283283
<dd class="tag-source"><ul class="dummy"><li>
284-
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line117">line 117</a>
284+
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line122">line 122</a>
285285
</li></ul></dd>
286286

287287

@@ -435,7 +435,7 @@ <h4 class="name" id="isOff"><span class="type-signature"></span>isOff<span class
435435

436436
<dt class="tag-source">Source:</dt>
437437
<dd class="tag-source"><ul class="dummy"><li>
438-
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line137">line 137</a>
438+
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line142">line 142</a>
439439
</li></ul></dd>
440440

441441

@@ -539,7 +539,7 @@ <h4 class="name" id="isOn"><span class="type-signature"></span>isOn<span class="
539539

540540
<dt class="tag-source">Source:</dt>
541541
<dd class="tag-source"><ul class="dummy"><li>
542-
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line127">line 127</a>
542+
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line132">line 132</a>
543543
</li></ul></dd>
544544

545545

@@ -640,7 +640,7 @@ <h4 class="name" id="then"><span class="type-signature"></span>then<span class="
640640

641641
<dt class="tag-source">Source:</dt>
642642
<dd class="tag-source"><ul class="dummy"><li>
643-
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line63">line 63</a>
643+
<a href="rules_condition-builder.js.html">rules/condition-builder.js</a>, <a href="rules_condition-builder.js.html#line68">line 68</a>
644644
</li></ul></dd>
645645

646646

@@ -725,7 +725,7 @@ <h5 class="h5-parameters">Parameters:</h5>
725725
<td class="type">
726726

727727

728-
<span class="param-type">*</span>
728+
<span class="param-type"><a href="global.html#RuleCallback">RuleCallback</a></span>
729729

730730

731731

@@ -746,7 +746,7 @@ <h5 class="h5-parameters">Parameters:</h5>
746746

747747

748748

749-
<td class="description last"><p>an optional function</p></td>
749+
<td class="description last"><p>the optional callback function to execute when the rule is run</p></td>
750750
</tr>
751751

752752

@@ -810,7 +810,7 @@ <h5 class="h5-returns">Returns:</h5>
810810
<br class="clear">
811811

812812
<footer>
813-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Wed Dec 24 2025 12:21:43 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
813+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Fri Feb 06 2026 21:18:35 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
814814
</footer>
815815

816816
<script>prettyPrint();</script>

JSCache.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ <h5 class="h5-returns">Returns:</h5>
812812
<br class="clear">
813813

814814
<footer>
815-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Wed Dec 24 2025 12:21:43 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
815+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Fri Feb 06 2026 21:18:35 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
816816
</footer>
817817

818818
<script>prettyPrint();</script>

NotificationBuilder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,7 @@ <h5 class="h5-returns">Returns:</h5>
17351735
<br class="clear">
17361736

17371737
<footer>
1738-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Wed Dec 24 2025 12:21:43 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1738+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Fri Feb 06 2026 21:18:35 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
17391739
</footer>
17401740

17411741
<script>prettyPrint();</script>

OperationBuilder.CopyStateOperation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ <h5 class="h5-returns">Returns:</h5>
540540
<br class="clear">
541541

542542
<footer>
543-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Wed Dec 24 2025 12:21:43 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
543+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Fri Feb 06 2026 21:18:35 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
544544
</footer>
545545

546546
<script>prettyPrint();</script>

OperationBuilder.OperationConfig.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ <h5 class="h5-returns">Returns:</h5>
600600
<br class="clear">
601601

602602
<footer>
603-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Wed Dec 24 2025 12:21:43 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
603+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Fri Feb 06 2026 21:18:35 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
604604
</footer>
605605

606606
<script>prettyPrint();</script>

OperationBuilder.SendCommandOrUpdateOperation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ <h5 class="h5-returns">Returns:</h5>
596596
<br class="clear">
597597

598598
<footer>
599-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Wed Dec 24 2025 12:21:43 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
599+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Fri Feb 06 2026 21:18:35 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
600600
</footer>
601601

602602
<script>prettyPrint();</script>

OperationBuilder.TimingItemStateOperation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h3 class="subsection-title">Extends</h3>
112112
<br class="clear">
113113

114114
<footer>
115-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Wed Dec 24 2025 12:21:43 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
115+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Fri Feb 06 2026 21:18:35 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
116116
</footer>
117117

118118
<script>prettyPrint();</script>

0 commit comments

Comments
 (0)