Skip to content

Commit

Permalink
FIX .md lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Oct 26, 2021
1 parent fd4fe88 commit dda1575
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions documentation/plain_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,16 +216,16 @@ be one of the following posibilities:
- The name of an attribute in the entity which triggers the rule and the placeholder is substituted by the value of
that attribute, e.g. `${temperature}`
- Alias defined in the [EPL text](#epl-text) of the asociated rule. Some examples:
- If we have in the EPL text this `select *, bloodPressure? as Pressure` then `${Pressure}` can be used
- If we have in the EPL text `expression twoPI alias for { Math.PI * 2 }` then `${twoPI}` can be used
- If we have in the EPL text this `select *, bloodPressure? as Pressure` then `${Pressure}` can be used
- If we have in the EPL text `expression twoPI alias for { Math.PI * 2 }` then `${twoPI}` can be used
- Any other field generated by Perseo FE into the event sent to Perseo Core. This includes:
- [Metadata](#metadata-and-object-values), e.g. `${temperature_metadata_accuracy}`
- [Specific keys within attribute object values](#metadata-and-object-values), e.g. `${myObj__a}` (being an attribute `myObj` of value
`{"a": 1, "b": 2}`).
- [Specific items within attribute array values](#json-and-array-fields-in-attributes), e.g. `${myArray__0}` (being an attribute `myArray` of value
`["green", "blue"]`).
- [Location fields](#location-fields), e.g. `${position__lat}`
- [Time fields](#time-fields), e.g. `${x__day}`
- [Metadata](#metadata-and-object-values), e.g. `${temperature_metadata_accuracy}`
- [Specific keys within attribute object values](#metadata-and-object-values), e.g. `${myObj__a}` (being an attribute `myObj` of value
`{"a": 1, "b": 2}`).
- [Specific items within attribute array values](#json-and-array-fields-in-attributes), e.g. `${myArray__0}` (being an attribute `myArray` of value
`["green", "blue"]`).
- [Location fields](#location-fields), e.g. `${position__lat}`
- [Time fields](#time-fields), e.g. `${x__day}`

This substitution can be used in the following fields:

Expand Down

0 comments on commit dda1575

Please sign in to comment.