added maxHeight parameter authored by Lxlp's avatar Lxlp
...@@ -4,15 +4,16 @@ ...@@ -4,15 +4,16 @@
**Attributes:** **Attributes:**
| Attribute | Aliases | Description | | Attribute | Aliases | Description | Default |
| --------- | ------------- | ------------------------- | | --------- | ------------- | ------------------------------------------------------- | ------- |
| height | altitude, a, h | The height range to check | | height | altitude, a, h | The height range to check | |
| maxHeight | | Limits the maximum height this condition can checks for | 30 |
--- ---
**Examples:** **Examples:**
``` ```yaml
Conditions: Conditions:
- altitude{h=3-5} true - altitude{h=3-5} true
``` ```
... ...
......