docs(triggers): list the Expression config shape in the codec summaries
This commit is contained in:
@@ -15,6 +15,7 @@ namespace ScadaLink.CentralUI.Components.Shared;
|
|||||||
/// RateOfChange { attributeName, thresholdPerSecond, windowSeconds, direction }
|
/// RateOfChange { attributeName, thresholdPerSecond, windowSeconds, direction }
|
||||||
/// HiLo { attributeName, loLo, lo, hi, hiHi,
|
/// HiLo { attributeName, loLo, lo, hi, hiHi,
|
||||||
/// loLoPriority, loPriority, hiPriority, hiHiPriority }
|
/// loLoPriority, loPriority, hiPriority, hiHiPriority }
|
||||||
|
/// Expression { expression }
|
||||||
///
|
///
|
||||||
/// All HiLo setpoints and per-setpoint priorities are optional — any subset
|
/// All HiLo setpoints and per-setpoint priorities are optional — any subset
|
||||||
/// is valid (e.g., only Hi/HiHi configured for over-temperature protection).
|
/// is valid (e.g., only Hi/HiHi configured for over-temperature protection).
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ internal sealed class ScriptTriggerModel
|
|||||||
/// ValueChange { attributeName }
|
/// ValueChange { attributeName }
|
||||||
/// Conditional { attributeName, operator, threshold }
|
/// Conditional { attributeName, operator, threshold }
|
||||||
/// Call { }
|
/// Call { }
|
||||||
|
/// Expression { expression }
|
||||||
///
|
///
|
||||||
/// Parsing also accepts the legacy aliases <c>attribute</c> and <c>value</c> so
|
/// Parsing also accepts the legacy aliases <c>attribute</c> and <c>value</c> so
|
||||||
/// older configs survive a round-trip through the editor.
|
/// older configs survive a round-trip through the editor.
|
||||||
|
|||||||
Reference in New Issue
Block a user