Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Dec 26, 2023
1 parent 4eea1ae commit eef1a08
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/effects/all-conditions/light_level_below.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# `light_level_below`

Requires the light level to be less than or equal to certain level

# Example Config
```yaml
- id: light_level_below
args:
level: 7 # The level
```

0 comments on commit eef1a08

Please sign in to comment.