♻️ refactor + location conditions
This commit is contained in:
parent
ce9cdc4256
commit
3076ebe6a0
19 changed files with 1228 additions and 520 deletions
12
docs/Item.md
12
docs/Item.md
|
@ -75,3 +75,15 @@ variants:
|
|||
name: "Regular Water"
|
||||
barcodes: [12345678]
|
||||
```
|
||||
|
||||
### Need Conditions
|
||||
Some items prefer or need to be stored under some conditions. These conditions can be configured and warn you when locations dont match the required conditions.
|
||||
|
||||
```yml
|
||||
name: "Water"
|
||||
variants:
|
||||
regular:
|
||||
name: "Regular Water"
|
||||
needs:
|
||||
temperature: [5.0, 10.0]
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue