|
|
|
## Description
|
|
|
|
Checks if the target is within a certain distance of a specified pin
|
|
|
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
|
| pin | p | The pin to check against | |
|
|
|
|
| distance | d | The distance to check against. Can be a range. | |
|
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
```yaml
|
|
|
|
Conditions:
|
|
|
|
- distanceFromPin{pin=example_pin;d=>10} true
|
|
|
|
``` |
|
|
|
\ No newline at end of file |