Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
utiliser:creating_rules [2025/01/16 03:03]
optrix
utiliser:creating_rules [2025/01/16 03:07] (current)
optrix
Line 3: Line 3:
 The utilisation system calculates the the [[state|state]] of each asset using **rules**. The utilisation system calculates the the [[state|state]] of each asset using **rules**.
  
-Each rule has a minimum of two attributes - a **name** and a **method**.+Each rule must include a **method**.
  
 <code> <code>
 { {
-            "name": "Delay", 
             "method": "ValueMatch"             "method": "ValueMatch"
 } }